fix
This commit is contained in:
parent
62555671e8
commit
4760077c62
|
@ -19,7 +19,7 @@ hds = [
|
|||
"空间动态占比",
|
||||
"其他占比",
|
||||
]
|
||||
csv_w = Csv("income.csv", header=hds)
|
||||
csv_w = Csv("income_0415_0506.csv", header=hds)
|
||||
|
||||
|
||||
class S:
|
||||
|
@ -117,7 +117,7 @@ and mid>0
|
|||
|
||||
|
||||
st_et_str_map = gen_st_et_str_map_v2(
|
||||
"2024-04-30 00:00:00", "2024-05-06 00:00:00"
|
||||
"2024-04-15 00:00:00", "2024-05-06 00:00:00"
|
||||
)
|
||||
|
||||
# st_et_str_map = gen_st_et_str_map(
|
||||
|
|
Loading…
Reference in New Issue