rev:合同台账条件查询修改
This commit is contained in:
@@ -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++) {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user