liyong
2026-05-15 0578c6c76f13e367b5dc7d0882efe3c69ca4cb0e
src/main/resources/mapper/stock/StockInventoryCheckPlanMapper.xml
@@ -21,12 +21,13 @@
                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}
            </if>
        </where>
        order by stock_inventory_check_plan.id desc
    </select>
</mapper>