rev:合同台账条件查询修改

This commit is contained in:
2024-06-04 16:29:14 +08:00
parent 2c1f61d149
commit 32a3f2e420
3 changed files with 2 additions and 3 deletions

View File

@@ -233,7 +233,6 @@ public class PcsIfPurchaseorderprocServiceImpl implements PcsIfPurchaseorderproc
.collect(Collectors.joining("','"));
// 查询erp视图
List<JSONObject> ja = WQL.getWO("QERP").setDbname("dataSource1").addParam("flag", "8").addParam("no_ids", "('"+no_ids+"')").process().getResultJSONArray(0).toJavaList(JSONObject.class);
for (int i = 0; i < content.size(); i++) {

View File

@@ -197,7 +197,7 @@
oder.proc_status = 输入.proc_status
ENDOPTION
OPTION 输入.iszero <> ""
(oder.QTY - redtl.allqty) 输入.iszero
(IFNULL(oder.QTY - redtl.allqty,0)) 输入.iszero
ENDOPTION