This commit is contained in:
lwl0608 2024-09-03 22:56:48 +08:00
parent ab909b1fb4
commit 7a67325ec7
1 changed files with 6 additions and 6 deletions

View File

@ -118,12 +118,12 @@ select mid, sum(`change`) as income from vas_ch_income where mid in (%s) and ct>
print(streamer_mids) print(streamer_mids)
# 收入 # 收入
# mid_income_map = self.get_streamer_income( mid_income_map = self.get_streamer_income(
# , streamer_mids,
# get_ts_by_str("2024-08-01 00:00:00"), get_ts_by_str("2024-08-01 00:00:00"),
# get_ts_by_str("2024-09-01 00:00:00") get_ts_by_str("2024-09-01 00:00:00")
# ) )
# print(zid_cnt_map) print(mid_income_map)
s = S() s = S()