项目库-未符合项列表。处理流程类型回显

This commit is contained in:
wangzhijiang
2023-04-25 17:58:59 +08:00
parent 3582f3105e
commit fe1391f0b4
@@ -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;