|
@@ -187,7 +187,7 @@
|
|
<select id="getAccountVideos" resultType="com.alibaba.fastjson.JSONObject">
|
|
<select id="getAccountVideos" resultType="com.alibaba.fastjson.JSONObject">
|
|
SELECT t2.auth_name 'authName',
|
|
SELECT t2.auth_name 'authName',
|
|
t0.account_id 'accountId',
|
|
t0.account_id 'accountId',
|
|
- t1.stat_date 'statDate',
|
|
|
|
|
|
+ t0.stat_date 'statDate',
|
|
t3.rejectCount,
|
|
t3.rejectCount,
|
|
(SELECT COUNT(0) FROM ctop_kuaishou_creative WHERE account_id = t1.account_id) 'creativeCount',
|
|
(SELECT COUNT(0) FROM ctop_kuaishou_creative WHERE account_id = t1.account_id) 'creativeCount',
|
|
IFNULL(SUM(t1.charge), 0) 'charge',
|
|
IFNULL(SUM(t1.charge), 0) 'charge',
|