diff --git a/bi/vas_day_detail.py b/bi/vas_day_detail.py index 5d1e859..6372748 100644 --- a/bi/vas_day_detail.py +++ b/bi/vas_day_detail.py @@ -123,14 +123,11 @@ and mid>0 safe_div(other_money, total_money) ) self.insert_day_detail(data) + print(data) -# st_et_str_map = gen_st_et_str_map_v2( -# "2024-04-15 00:00:00", "2024-05-06 00:00:00" -# ) - -st_et_str_map = gen_st_et_str_map( - "2024-04-15 00:00:00", 1 +st_et_str_map = gen_st_et_str_map_v2( + "2024-04-16 00:00:00", "2024-05-11 00:00:00" ) for st_str, et_str in st_et_str_map.items():