Commit 05d67ea0 by yukang

增加部门写入

parent 6cd5c01f
...@@ -247,6 +247,7 @@ public class ServiceHPSC001 extends ServiceBase { ...@@ -247,6 +247,7 @@ public class ServiceHPSC001 extends ServiceBase {
hpsc002.put("icon", ""); hpsc002.put("icon", "");
hpsc002.put("prdtCode", hpsc001.getProjCode()); hpsc002.put("prdtCode", hpsc001.getProjCode());
hpsc002.put("prdtName", hpsc001.getProjName()); hpsc002.put("prdtName", hpsc001.getProjName());
hpsc002.put("depCode", hpsc001.getDepCode());
rows.add(hpsc002); rows.add(hpsc002);
} }
eiBlock.setRows(rows); eiBlock.setRows(rows);
......
...@@ -251,6 +251,7 @@ public class ServiceHPSC003 extends ServiceBase { ...@@ -251,6 +251,7 @@ public class ServiceHPSC003 extends ServiceBase {
newSc005.setFilePath1(dbSc004.getFilePath1()); newSc005.setFilePath1(dbSc004.getFilePath1());
newSc005.setMatId(dbSc004.getMatId()); newSc005.setMatId(dbSc004.getMatId());
newSc005.setStatus(CommonConstant.YesNo.NO_0); newSc005.setStatus(CommonConstant.YesNo.NO_0);
newSc005.setDepCode(dbSc004.getDepCode());
DaoUtils.insert(HPSC005.INSERT, newSc005); DaoUtils.insert(HPSC005.INSERT, newSc005);
return newSc005; return newSc005;
} }
......
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