liyong
2026-05-14 4336d99906953517399187638925817d969c4e10
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>