yumeng 4 gadi atpakaļ
vecāks
revīzija
ed25f1b1ee

+ 2 - 1
module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/UserAllocationMapper.xml

@@ -47,7 +47,8 @@
     <select id="getAccountIdListByUserId" resultType="com.alibaba.fastjson.JSONObject">
     SELECT
     t1.account_id as 'accountId',
-    t1.auth_name  as 'authName'
+    t1.auth_name  as 'authName',
+    t1.user_name as 'userName'
     from ctop_user_allocation   t1  LEFT JOIN
     ctop_kuaishou_advertiser_base_info t2
     ON t1.account_id = t2.account_id