|
@@ -399,7 +399,7 @@ public class SysController {
|
|
|
map.put(influenceDegreeEnum, influenceDegreeEnum.name());
|
|
|
}
|
|
|
break;
|
|
|
- case CUSTOM_TYPE_ENUM://流程类型枚举
|
|
|
+ case FLOW_TYPE_ENUM://流程类型枚举
|
|
|
TFCustomTypeEnum[] tfCustomTypeEnums = TFCustomTypeEnum.values();
|
|
|
for (TFCustomTypeEnum tfCustomTypeEnum : tfCustomTypeEnums) {
|
|
|
map.put(tfCustomTypeEnum, tfCustomTypeEnum.getTitle());
|