|
@@ -54,8 +54,7 @@ and stat_date<={stat_date}
|
|
left join application.app_kuaishou_material_info b
|
|
left join application.app_kuaishou_material_info b
|
|
on a.signature = b.material_id
|
|
on a.signature = b.material_id
|
|
where b.tag_id = 60155
|
|
where b.tag_id = 60155
|
|
-
|
|
|
|
- """
|
|
|
|
|
|
+ """.format(stat_date=self.stat_date)
|
|
print(sql)
|
|
print(sql)
|
|
path = """/data/excel/快手真人素材_{stat_date}.xls""".format(stat_date=self.stat_date)
|
|
path = """/data/excel/快手真人素材_{stat_date}.xls""".format(stat_date=self.stat_date)
|
|
print(path)
|
|
print(path)
|