Explorar o código

渠道号修改

zhaoxian %!s(int64=3) %!d(string=hai) anos
pai
achega
1b84428976

+ 1 - 0
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/channel/mapper/xml/KuaishouChannelMapper.xml

@@ -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