Commit 26dc84e3 by liuyang

2024-04-29 优化采购申请时,新增存货规格数据回调提交

parent d96b334b
...@@ -123,7 +123,7 @@ public class ServiceHPCG001 extends ServiceEPBase { ...@@ -123,7 +123,7 @@ public class ServiceHPCG001 extends ServiceEPBase {
if (hpcg001.getId() == null || hpcg001.getId() == 0) { if (hpcg001.getId() == null || hpcg001.getId() == 0) {
this.add(hpcg001,fPz006); this.add(hpcg001,fPz006);
} else { } else {
this.modify(hpcg001,fPz006); this.modify(hpcg001);
} }
} }
inInfo.setStatus(EiConstant.STATUS_DEFAULT); inInfo.setStatus(EiConstant.STATUS_DEFAULT);
...@@ -159,7 +159,7 @@ public class ServiceHPCG001 extends ServiceEPBase { ...@@ -159,7 +159,7 @@ public class ServiceHPCG001 extends ServiceEPBase {
/** /**
* 修改操作 * 修改操作
*/ */
public void modify(HPCG001 hpcg001,HPPZ006 fPz006) { public void modify(HPCG001 hpcg001) {
// 计算重量 // 计算重量
this.calcWeight(hpcg001); this.calcWeight(hpcg001);
DaoUtils.update(HPCG001.UPDATE, hpcg001); DaoUtils.update(HPCG001.UPDATE, hpcg001);
......
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