Commit fb36c959 authored by litengwei's avatar litengwei

代码提交

parent 8fbda5d5
......@@ -539,9 +539,6 @@ public class ProjectInitiationServiceImpl extends BaseService<ProjectInitiationD
if(ProjectInitiationEnum.安装开工资料修改.getName().equals(name)){
return ProjectInitiationEnum.修改资料.getName();
}
if(ProjectInitiationEnum.设计开工资料提交.getName().equals(name)){
return ProjectInitiationEnum.提交资料.getName();
}
if(ProjectInitiationEnum.安装负责人指定项目负责人.getName().equals(name)){
if(!taskService.findTheTask(instanceId,ProjectInitiationEnum.安装负责人指定项目负责人.getName())) {
taskService.saveOrUpdateTask(ProjectInitiationEnum.安装负责人指定项目负责人.getName(), false, taskType, sendTime, sourceId, TaskTypeEnum.项目立项.getKey(), unitIds,extendId, instanceId);
......
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