|
@@ -87,8 +87,8 @@
|
|
|
fa.update_time updateDateTime,
|
|
|
cu.real_name submitter ,
|
|
|
fe.flow_id as flowId,
|
|
|
- (select group_concat(art.NAME_) from ACT_RU_TASK art where art.PROC_INST_ID_ = fa.flow_id) as taskName,
|
|
|
- (select group_concat(art.TASK_DEF_KEY_) from ACT_RU_TASK art where art.PROC_INST_ID_ = fa.flow_id) as taskDefKey,
|
|
|
+ art.NAME_ as taskName,
|
|
|
+ art.TASK_DEF_KEY_ as taskDefKey,
|
|
|
(select group_concat(cast(art.ID_ as char)) from ACT_RU_TASK art where art.PROC_INST_ID_ = fa.flow_id) as taskId,
|
|
|
(select group_concat(us1.real_name SEPARATOR ';') from sys_user us1
|
|
|
where find_in_set(us1.id, a.user_ids)) user_names,
|