|
@@ -200,8 +200,8 @@
|
|
su.user_id as userId,
|
|
su.user_id as userId,
|
|
su.user_name as userName,
|
|
su.user_name as userName,
|
|
su.user_type as userType,
|
|
su.user_type as userType,
|
|
- wm_concat(ci.id) as channelId,
|
|
|
|
- wm_concat(ci.channel_name) as channelName
|
|
|
|
|
|
+ group_concat(ci.id) as channelId,
|
|
|
|
+ group_concat(ci.channel_name) as channelName
|
|
from sys_user su
|
|
from sys_user su
|
|
left join user_channel_mapping ucm
|
|
left join user_channel_mapping ucm
|
|
on su.user_id = ucm.user_id and ucm.isvalid=1
|
|
on su.user_id = ucm.user_id and ucm.isvalid=1
|