yumeng 4 년 전
부모
커밋
ed25f1b1ee
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/UserAllocationMapper.xml

+ 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