rev:增加可用数判断条件

This commit is contained in:
2025-02-21 13:56:01 +08:00
parent a71b4dd1c9
commit 453c7110de
3 changed files with 3 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ public class AutoSaveIvtExcel {
//查询库存明细
JSONObject map = new JSONObject();
map.put("flag", "22");
map.put("ivt_status", "canuse_qty");
JSONArray resultJSONArray = WQL.getWO("QST_STRUCTIVT001").addParamMap(map).process().getResultJSONArray(0);

View File

@@ -71,6 +71,7 @@ public class AutoSaveIvtExcelTwo {
//查询库存明细
JSONObject map = new JSONObject();
map.put("flag", "22");
map.put("ivt_status", "canuse_qty");
JSONArray resultJSONArray = WQL.getWO("QST_STRUCTIVT001").addParamMap(map).process().getResultJSONArray(0);

View File

@@ -84,6 +84,7 @@ public class AutoSendIvtExcel {
//查询库存明细
JSONObject map = new JSONObject();
map.put("flag", "22");
map.put("ivt_status", "canuse_qty");
JSONArray resultJSONArray = WQL.getWO("QST_STRUCTIVT001").addParamMap(map).process().getResultJSONArray(0);