zhs 2 vuotta sitten
vanhempi
commit
be83dd724a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/resources/mapper/AskGoodsMapper.xml

+ 1 - 1
src/main/resources/mapper/AskGoodsMapper.xml

@@ -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">