Parcourir la source

多维度数据报表-分版位数据

yumeng il y a 4 ans
Parent
commit
b709ddb0c5

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/KsVideoReportMapper.xml

@@ -34,8 +34,8 @@
         GROUP BY t1.signature
         ) t1
         LEFT JOIN ctop_etl_kuaishou_video_info t2
-        ON t1.signature = t2.video_code
         WHERE
+        ON t1.signature = t2.video_code
         1 = 1
         <if test="leaderId !=null and leaderId != ''">
             AND t2.design_team_leader_id = #{leaderId}