@@ -189,7 +189,9 @@ class DimAsinStableInfo(Templates):
defread_data(self):
ifself.site_name=='us':
params=f" and (date_type='week' or (date_type='month' and date_info='2023-10') or (date_type in ('month_week', 'month') and date_info>='2023-11'))"
# 选取最近1年的详情来计算
params=f" and date_type in ('month_week', 'month', 'month_aba_me') and date_info>='2025-01';"
# params = f" and (date_type='week' or (date_type='month' and date_info='2023-10') or (date_type in ('month_week', 'month') and date_info>='2023-11'))"
else:
params=f" and (date_type='week' or (date_type in ('month_week', 'month') and date_info>='2023-05'))"