Commit a5fdbb78 by huluobin

update

parent d9010ded
...@@ -38,6 +38,9 @@ public class CostTemplateColServiceImpl extends ServiceImpl<CostTemplateColMappe ...@@ -38,6 +38,9 @@ public class CostTemplateColServiceImpl extends ServiceImpl<CostTemplateColMappe
@Override @Override
public void modify(CostTemplateCol costTemplateCol) { public void modify(CostTemplateCol 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