|
@@ -74,8 +74,8 @@
|
|
|
tfcf.version,
|
|
|
cast(tfcf.flow_deployment_id as char) as flowDeploymentId,
|
|
|
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_ = tffa.flow_id) as taskId,
|
|
|
+ art.TASK_DEF_KEY_ as taskDefKey,
|
|
|
+ (select group_concat(cast(art.ID_ as char)) from ACT_RU_TASK art where art.PROC_INST_ID_ = tffa.flow_id) as taskId
|
|
|
-- IFNULL((select group_concat(us1.real_name SEPARATOR ';') from sys_user us1
|
|
|
-- where find_in_set(us1.id, (select tffl.pend_approve_id from t_f_flow_log tffl where tffl.flow_id = tfcfe.flow_id order by tffl.create_time desc limit 1))),'--') as pendApproveName
|
|
|
<if test="fieldName != null and fieldName != ''">
|