浏览代码

Merge branch 'V2.0.1' into test

zhaoxian 3 年之前
父节点
当前提交
7a083d666a

+ 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