day detail

This commit is contained in:
lwl0608 2024-05-12 22:25:33 +08:00
parent c2edffb5ad
commit 6cfbbefbf7
1 changed files with 3 additions and 6 deletions

View File

@ -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():