|
@@ -112,6 +112,7 @@ public class ContractEvent extends BaseController {
|
|
|
projectMapper.updateById(project);
|
|
|
flowContractService.updateById(entity);
|
|
|
updateVirtualContract(entity,project.getId());
|
|
|
+ projectService.calcProject(projectId);
|
|
|
return ok("true");
|
|
|
} else {
|
|
|
throw new BusinessException("执行事件出错,请联系管理员!");
|