liyong
2026-05-14 393859848d92c4773c55416ee61f45eea6573941
src/main/resources/mapper/stock/StockInventoryCheckPlanMapper.xml
@@ -21,7 +21,7 @@
                and plan_no like concat('%',#{ew.planNo},'%')
            </if>
            <if test="ew.status != null">
                and status = #{ew.status}
                and stock_inventory_check_plan.status = #{ew.status}
            </if>
            <if test="ew.startTime != null">
                and plan_date_start between #{ew.startTime} and #{ew.endTime}