|
@@ -14,6 +14,7 @@
|
|
|
IFNULL(t1.state,0) as 'state',
|
|
|
usage_level as 'usageLevel',
|
|
|
t2.auth_name as 'authName',
|
|
|
+ (select realname from sys_user where id = t2.user_id) as 'realname',
|
|
|
t1.create_time
|
|
|
FROM ctop_kuaishou_channel t1
|
|
|
LEFT JOIN ctop_user_allocation t2 ON t1.account_id = t2.account_id
|