Commit 394a8cdd by huluobin

update

parent bcb16d57
...@@ -49,6 +49,9 @@ public class CostTemplateColServiceImpl extends ServiceImpl<CostTemplateColMappe ...@@ -49,6 +49,9 @@ public class CostTemplateColServiceImpl extends ServiceImpl<CostTemplateColMappe
throw new BizRuntimeException("unable to modify default costTemplateCol"); throw new BizRuntimeException("unable to modify default costTemplateCol");
} }
this.updateById(costTemplateCol); this.updateById(costTemplateCol);
if (costTemplateCol.getCostTemplateBaseCol() != null) {
costTemplateBaseColService.updateById(costTemplateCol.getCostTemplateBaseCol());
}
} }
@Override @Override
......
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