|
@@ -108,7 +108,7 @@
|
|
|
from content_platform_qw_datastat cpqd
|
|
|
join content_platform_qw_plan cpqp on cpqp.root_source_id = cpqd.root_source_id
|
|
|
where cpqp.create_account_id = #{createAccountId}
|
|
|
- and cpqp.type = 0
|
|
|
+ and cpqp.type = 1
|
|
|
group by cpqd.date_str) t
|
|
|
</select>
|
|
|
|
|
@@ -118,7 +118,7 @@
|
|
|
from content_platform_qw_datastat cpqd
|
|
|
join content_platform_qw_plan cpqp on cpqp.root_source_id = cpqd.root_source_id
|
|
|
where cpqp.create_account_id = #{createAccountId}
|
|
|
- and cpqp.type = 0
|
|
|
+ and cpqp.type = 1
|
|
|
group by cpqd.date_str
|
|
|
order by cpqd.date_str desc
|
|
|
limit #{offset}, #{pageSize}
|