Commit 935076dd by liuyang

2024-04-24 排除库存为0的库存

parent 5bcdf727
......@@ -119,7 +119,6 @@ public class ServiceHPKC010 extends ServiceBase {
put("companyCode", companyCode);
put("whCode", whCode);
put("inventRecordId", inventRecordId);
put("isAmount",0);
}});
if (CollectionUtils.isEmpty(list)) {
//新增
......
......@@ -112,7 +112,6 @@ public class ServiceHPKC011 extends ServiceBase {
put("companyCode",companyCode);
put("whCode",whCode);
put("prodNo",prodNo);
put("isAmount",0);
}});
if(CollectionUtils.isEmpty(list)){
//新增
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment