Commit 9fa30e6b authored by zhangyingbin's avatar zhangyingbin

ugp

parent 7f4cd26e
...@@ -691,7 +691,7 @@ public class ProjectInitiationServiceImpl extends BaseService<ProjectInitiationD ...@@ -691,7 +691,7 @@ public class ProjectInitiationServiceImpl extends BaseService<ProjectInitiationD
public String getFlowTaskName(String firstName, Project project, boolean status, String taskType, Date sendTime, Long sourceId, String type, List<Long> unitIds,Long extendId, String instanceId){ public String getFlowTaskName(String firstName, Project project, boolean status, String taskType, Date sendTime, Long sourceId, String type, List<Long> unitIds,Long extendId, String instanceId){
JSONObject dataObject = new JSONObject(); JSONObject dataObject = new JSONObject();
boolean isEnd = false; boolean isEnd = false;
if(firstName.equals(ProjectInitiationEnum.安装资料审批) || firstName.equals(ProjectInitiationEnum.设计资料审批)) { if( !ValidationUtil.isEmpty(firstName) && ProjectInitiationEnum.安装资料审批.equals(firstName) || ProjectInitiationEnum.设计资料审批.equals(firstName)) {
return "流程结束!"; return "流程结束!";
} else { } else {
try { try {
......
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