|
|
@@ -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
|