项目库-未符合项列表。处理流程类型回显
This commit is contained in:
+6
@@ -12592,6 +12592,12 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
||||
dataMap.put("dutyIdName",dutyIdName);
|
||||
}
|
||||
}
|
||||
|
||||
String flowType = (String) dataMap.get("flowType");
|
||||
if(StringUtils.isNotEmpty(flowType)){
|
||||
dataMap.put("flowTypeName",FlowTypeEnum.getTextByValue(flowType,cut));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user