仓库信息字段更新1215

This commit is contained in:
2025-12-15 08:19:59 +08:00
parent 8e0d7b463a
commit 0fe1ee916c
3 changed files with 157 additions and 130 deletions

View File

@@ -1052,7 +1052,9 @@
<if test="warehouseCode != null and warehouseCode != ''">
AND ri.cangku = #{warehouseCode}
</if>
<if test="parentWarehouseCode != null and parentWarehouseCode != ''">
AND wh.parent_warehouse_code = #{parentWarehouseCode}
</if>
<if test="startTime != null and startTime != ''">
AND ri.rk_time <![CDATA[ >= ]]> #{startTime}
</if>