@@ -32,7 +32,7 @@
so.`type` as orgType,
(
select
- group_concat(su.real_name, '(', so.name, ')')
+ group_concat(su.real_name, '(', so.name, ')' order by field(tffl.pend_approve_id,replace(tffl.pend_approve_id, ', ', ',')))
from
sys_user su
join sys_org so on
@@ -112,6 +112,7 @@ public class TFCustomFlowController {
if (!tfCustomFlow.getEnable()) {
throw ExceptionResultEnum.ERROR.exception("自定义流程数据已删除");
}
+ tfCustomFlow.setModelType(customFlowSaveDto.getModelType());
tfCustomFlow.setObjectData(JacksonUtil.parseJson(customFlowSaveDto.getCustomFlowLists()));
tfCustomFlow.updateInfo(sysUser.getId());