فهرست منبع

账户2.0——导入账户 bug修复

zhaoxian 3 سال پیش
والد
کامیت
3b30c5af10
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ruixuan-live/src/main/resources/mapper/live/KuaishouLiveUserAccountPartMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/live/KuaishouLiveUserAccountPartMapper.xml

@@ -40,7 +40,7 @@
     </select>
 
     <select id="queryAccountCollaborators" parameterType="Long" resultType="com.alibaba.fastjson.JSONObject">
-        select 'collaborator' as 'role', collaborator_id as 'userId', collaborator as 'name'
+        select 'collaborator' as 'role','协作人' as 'roleName', collaborator_id as 'userId', collaborator as 'name'
         from kuaishou_live_user_account_part
         where ks_id = #{ksId}
           and collaborator_id is not null