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