fix
This commit is contained in:
parent
1999f0175e
commit
15108a006d
|
@ -97,7 +97,7 @@ select mid, sum(`change`) as income from vas_ch_income where mid in (%s) and ct>
|
||||||
return mid_income_map
|
return mid_income_map
|
||||||
|
|
||||||
def proc(self):
|
def proc(self):
|
||||||
tp_uids = [983565, 231638]
|
tp_uids = [991080]
|
||||||
tp_mids = list()
|
tp_mids = list()
|
||||||
for uid in tp_uids:
|
for uid in tp_uids:
|
||||||
tp_mids.append(self.uid2mid(uid))
|
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(
|
mid_income_map = self.get_streamer_income(
|
||||||
streamer_mids,
|
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)
|
print(mid_income_map)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue