大屏库管员接口修改
This commit is contained in:
parent
dd18b0daf5
commit
ff70e83b4b
|
|
@ -56,9 +56,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
<select id="getTypeKeeperName" resultType="java.lang.String">
|
<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
|
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>
|
||||||
<select id="getNumsByStatics" resultType="com.bonus.material.push.domain.StaticsNumsBean">
|
<select id="getNumsByStatics" resultType="com.bonus.material.push.domain.StaticsNumsBean">
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue