yumeng 4 年之前
父节点
当前提交
5241607a70

+ 2 - 3
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/mapper/xml/BytedanceNewPlanReportMapper.xml

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