瀏覽代碼

修改快手定时任务bug

songyh 4 年之前
父節點
當前提交
8395e3f563

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/EtlKuaishouAccountMaterialReportDailyMapper.xml

@@ -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>