Commit faafef7e by liuyang

Merge branch 'dev' of http://git.pseer.com:8800/platform/hg-smart into dev-ly

parents 72f66588 3097bcfc
......@@ -208,10 +208,12 @@ public class ServiceHGSC101 extends ServiceEPBase {
// 设计来源
dbSc001.setProjectSource(getProjectSource(dcContract.getDesignSource()));
dbSc001.setContractNo(dcContract.getHtid());
dbSc001.setRecCreator("System");
dbSc001.setRecCreateTime(DateUtils.shortDateTime());
dbSc001.setRecRevisor("System");
dbSc001.setRecReviseTime(DateUtils.shortDateTime());
dbSc001.setCreatedBy("System");
dbSc001.setCreatedName("System");
dbSc001.setCreatedTime(DateUtils.shortDateTime());
dbSc001.setUpdatedBy("System");
dbSc001.setUpdatedName("System");
dbSc001.setUpdatedTime(DateUtils.shortDateTime());
DaoBase.getInstance().insert(HGSC001.INSERT, dbSc001);
}
......
......@@ -145,10 +145,12 @@ public class ServiceHGWD005 extends ServiceEPBase {
dbWd005.setUnit(dcProductList.getUnit());
dbWd005.setClassify(dcProductList.getFenlei());
dbWd005.setDeleteFlag(DeleteFlagEnum.UN_REMOVE.getCode());
dbWd005.setRecCreator("System");
dbWd005.setRecCreateTime(DateUtils.shortDateTime());
dbWd005.setRecRevisor("System");
dbWd005.setRecReviseTime(DateUtils.shortDateTime());
dbWd005.setCreatedBy("System");
dbWd005.setCreatedName("System");
dbWd005.setCreatedTime(DateUtils.shortDateTime());
dbWd005.setUpdatedBy("System");
dbWd005.setUpdatedName("System");
dbWd005.setUpdatedTime(DateUtils.shortDateTime());
DaoBase.getInstance().insert(HGWD005.INSERT, dbWd005);
} else {
Map updateMap = new HashMap();
......
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