|
@@ -244,7 +244,7 @@
|
|
|
from ctop_kuaishou_report_daily_material m left join ctop_user_allocation u on u.account_id = m.account_id
|
|
|
left join ctop_project p on p.id = u.project_id
|
|
|
left join user_company c on c.user_id = u.account_id
|
|
|
-where m.signature is not null
|
|
|
+where 1=1
|
|
|
and m.stat_date = #{date} and m.account_id = #{accountId}
|
|
|
group by m.account_id,m.signature
|
|
|
</select>
|