fix post log

This commit is contained in:
lwl0608 2024-07-01 15:21:49 +08:00
parent d5b237ebc7
commit 60879d0574
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ group by t1.mid,t1.ymd
}
reqs.append(UpdateOne(q, up, upsert=True))
ret = self.col_user_income.bulk_write(reqs)
print("week, bulk_ret, match: {}, modify: {}".format(ret.matched_count, ret.modified_count, ret.inserted_count, ret.upserted_count))
print("week, bulk_ret, match: {}, modify: {}, insert: {}, upsert: {}".format(ret.matched_count, ret.modified_count, ret.inserted_count, ret.upserted_count))
# 获取收益来源
def get_income_from_dashboard(self):