|
@@ -94,7 +94,7 @@
|
|
|
JOIN tld_material e ON a.material_id = e.tld_id
|
|
|
WHERE (a.num + 0) <![CDATA[>]]> (
|
|
|
IFNULL(a.out_num, 0) + 0)
|
|
|
- and e.part_type != '半成品' and e.part_type != '产成品' and b.sqrq <![CDATA[<]]> "2023-05-05"
|
|
|
+ and e.part_type != '半成品' and e.part_type != '产成品' and b.sqrq <![CDATA[<]]> "2023-05-06"
|
|
|
</select>
|
|
|
<!-- 物料库位选择 -->
|
|
|
<select id="getMaterialCk" resultType="com.tld.model.Inventory">
|