@@ -527,7 +527,7 @@ concat(dm4-dm3 ,',' ,dm4/cost ,',', (dm4-dm3)/cost ,',' ,dm4/da1) m4,
concat(dm5-dm4 ,',' ,dm5/cost ,',', (dm5-dm4)/cost ,',' ,dm5/da1) m5
from ( select * from dw_channel where cost+reg_order_amount>0 {op1} {op2} {op3} {op4} ) a
left join dw_channel_amount_daily b on a.channel=b.channel and a.dt=b.dt
-left join src_book_info c on a.dt=c.dt and a.book=c.book and a.platform=c.platform and a.type=c.type
+left join src_book_info c on a.dt=c.dt and a.book=c.book and a.type=c.type
{op5}
"""