yumeng 4 년 전
부모
커밋
5241607a70
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/mapper/xml/BytedanceNewPlanReportMapper.xml

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

@@ -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 @@
                 FROM
                     ctop_project
                 WHERE
-                    media_id = 1
+                    media_id in(1,3)
             )
           and
                 role_code IN (
@@ -290,5 +290,4 @@
     </select>
 
 
-
 </mapper>