大屏库管员接口修改

This commit is contained in:
bonus 2025-09-08 19:21:32 +08:00
parent dd18b0daf5
commit ff70e83b4b
1 changed files with 3 additions and 2 deletions

View File

@ -56,9 +56,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
</select>
<select id="getTypeKeeperName" resultType="java.lang.String">
select group_concat(su.nick_name) from ma_type_keeper mtk
select group_concat(DISTINCT su.nick_name) from ma_type_keeper mtk
left join sys_user su on mtk.user_id = su.user_id
where mtk.type_id = #{typeId}
left join sys_user_post sp on su.user_id = sp.user_id
where mtk.type_id = #{typeId} and sp.post_id = 5
</select>
<select id="getNumsByStatics" resultType="com.bonus.material.push.domain.StaticsNumsBean">
SELECT