This commit is contained in:
lwl0608 2024-10-09 21:01:39 +08:00
parent 1999f0175e
commit 15108a006d
1 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ select mid, sum(`change`) as income from vas_ch_income where mid in (%s) and ct>
return mid_income_map
def proc(self):
tp_uids = [983565, 231638]
tp_uids = [991080]
tp_mids = list()
for uid in tp_uids:
tp_mids.append(self.uid2mid(uid))
@ -124,8 +124,8 @@ select mid, sum(`change`) as income from vas_ch_income where mid in (%s) and ct>
# 收入
mid_income_map = self.get_streamer_income(
streamer_mids,
get_ts_by_str("2024-09-01 00:00:00"),
get_ts_by_str("2024-10-01 00:00:00")
get_ts_by_str("2024-10-01 00:00:00"),
get_ts_by_str("2024-11-01 00:00:00")
)
print(mid_income_map)