Commit 5b79a625 by 宋祥

1.meger 代码

parent c7854021
...@@ -95,7 +95,7 @@ public class ServiceHGCG001 extends ServiceBase { ...@@ -95,7 +95,7 @@ public class ServiceHGCG001 extends ServiceBase {
@OperationLogAnnotation(operModul = "采购计划", operType = "修改", operDesc = "保存") @OperationLogAnnotation(operModul = "采购计划", operType = "修改", operDesc = "保存")
public EiInfo save(EiInfo inInfo) { public EiInfo save(EiInfo inInfo) {
try { try {
List<HGCG001> fCg001s = MapUtils.toDaoEPBase(inInfo, HGCG001.class); List<HGCG001> fCg001s = MapUtils.toDaoEPBases(inInfo, HGCG001.class);
// 数据校验 // 数据校验
this.checkSaveData(fCg001s); this.checkSaveData(fCg001s);
// 写入数据 // 写入数据
......
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