Commit 8fbda5d5 authored by litengwei's avatar litengwei

代码提交

parent 93972071
......@@ -539,7 +539,7 @@ public class ProjectInitiationServiceImpl extends BaseService<ProjectInitiationD
if(ProjectInitiationEnum.安装开工资料修改.getName().equals(name)){
return ProjectInitiationEnum.修改资料.getName();
}
if(ProjectInitiationEnum.设计开工资料修改.getName().equals(name)){
if(ProjectInitiationEnum.设计开工资料提交.getName().equals(name)){
return ProjectInitiationEnum.提交资料.getName();
}
if(ProjectInitiationEnum.安装负责人指定项目负责人.getName().equals(name)){
......
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