@@ -246,7 +246,7 @@
) t
</select>
- <select id="queryAllOperator" resultType="com.alibaba.fastjson.JSONObject">
+ <select id="queryAllOperator" resultType="com.alibaba.fastjson.JSONObject">
SELECT
DISTINCT user_id,user_name
FROM
@@ -258,7 +258,7 @@
ctop_project
WHERE
- media_id = 1
+ media_id in(1,3)
)
and
role_code IN (
@@ -290,5 +290,4 @@
-
</mapper>