Commit 273c3e67 authored by wangxl's avatar wangxl

77

parent 5e99ff4f
...@@ -762,6 +762,8 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro ...@@ -762,6 +762,8 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro
ComProject comProject = convert2Entity(dto); ComProject comProject = convert2Entity(dto);
this.update(comProject); this.update(comProject);
comProjectBasicService.insertOrUpdate(dto);
// 经费预算 // 经费预算
comProjectBudgetService.insertBudgetList(dto.getBudget(), dto.getId()); comProjectBudgetService.insertBudgetList(dto.getBudget(), dto.getId());
// 年度用款计划表 // 年度用款计划表
......
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