liyong
2026-05-12 609cfa190591e03bf3abc466b28636243b22da3e
src/main/resources/mapper/stock/StockInventoryCheckPlanMapper.xml
@@ -27,6 +27,7 @@
                and plan_date_start between #{ew.startTime} and #{ew.endTime}
            </if>
        </where>
        order by stock_inventory_check_plan.id desc
    </select>
</mapper>