Commit 7038d44c by 宋祥

1.fixBug:生产任务明细不重复新增

parent 28666e0d
...@@ -365,7 +365,7 @@ public class ServiceHPSC002 extends ServiceBase { ...@@ -365,7 +365,7 @@ public class ServiceHPSC002 extends ServiceBase {
Map queryMap = new HashMap(); Map queryMap = new HashMap();
queryMap.put("matId", dbSc002.getId()); queryMap.put("matId", dbSc002.getId());
List<HPSC003> dbSc003s = dao.query(HPSC003.QUERY, queryMap); List<HPSC003> dbSc003s = dao.query(HPSC003.QUERY, queryMap);
if (CollectionUtils.isNotEmpty(dbSc003s)) { if (CollectionUtils.isEmpty(dbSc003s)) {
HPSC003 HPSC003 = new HPSC003(); HPSC003 HPSC003 = new HPSC003();
HPSC003.setCompanyCode(""); HPSC003.setCompanyCode("");
HPSC003.setProjType(null); HPSC003.setProjType(null);
......
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