Ver código fonte

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

zhaoxian 3 anos atrás
pai
commit
3b30c5af10

+ 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