|
@@ -22,8 +22,8 @@
|
|
so.name as orgName,
|
|
so.name as orgName,
|
|
so.`type` as orgType,
|
|
so.`type` as orgType,
|
|
(select t.type from t_f_custom_flow t where t.id = tffe.t_f_custom_flow_id) as flowType,
|
|
(select t.type from t_f_custom_flow t where t.id = tffe.t_f_custom_flow_id) as flowType,
|
|
- (select group_concat(su.real_name, '(', so.name, ')' order by FIND_IN_SET(su.id, replace(tffl.pend_approve_id, ', ', ',')))
|
|
|
|
- from sys_user su join sys_org so on so.id = su.org_id where FIND_IN_SET(su.id, replace(tffl.pend_approve_id, ', ', ','))) as pendApproveUserName,
|
|
|
|
|
|
+ (select group_concat(su.real_name, '(', so.name, ')' order by FIND_IN_SET(su.id, tffl.pend_approve_id))
|
|
|
|
+ from sys_user su join sys_org so on so.id = su.org_id where FIND_IN_SET(su.id, tffl.pend_approve_id)) as pendApproveUserName,
|
|
(
|
|
(
|
|
select
|
|
select
|
|
CONCAT(su.real_name, '(', so.name, ')')
|
|
CONCAT(su.real_name, '(', so.name, ')')
|