yumeng преди 5 години
родител
ревизия
fa1efbe066
променени са 1 файла, в които са добавени 3 реда и са изтрити 5 реда
  1. 3 5
      module-report/src/main/java/cn/com/ctop/bytedance/mapper/xml/MaterialReportMapper.xml

+ 3 - 5
module-report/src/main/java/cn/com/ctop/bytedance/mapper/xml/MaterialReportMapper.xml

@@ -92,9 +92,9 @@
         END
         ) conversionPrice, -- 转化单价
 
-        --  t2.url url, -- 视频url
+        -- t2.url url, -- 视频url
 
-        (SELECT  url
+        (SELECT url
         FROM ctop_kuaishou_video_get
         WHERE signature = t2.signature
         LIMIT 1
@@ -121,7 +121,6 @@
         limit 100;
 
 
-
     </select>
 
 
@@ -537,7 +536,7 @@
         t1.account_id accountId
         from
         ctop_kuaishou_report_daily_creative t1
-        where  t1.account_id in
+        where t1.account_id in
         <foreach item="item" index="index" collection="accountIds"
                  open="(" separator="," close=")">
             #{item}
@@ -552,7 +551,6 @@
         and t1.signature is not null
         GROUP BY t1.signature
         order by sum(t1.charge) desc
-        limit 100
     </select>