From b30a18a2fe9a010a2a6bed2093e1e8fe3247c8d5 Mon Sep 17 00:00:00 2001 From: kf_wuhao <15392746632@qq.com> Date: Sat, 26 Dec 2020 12:49:11 +0800 Subject: [PATCH] update --- task/summary_pay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/task/summary_pay.py b/task/summary_pay.py index 02612ed..9c09cf6 100644 --- a/task/summary_pay.py +++ b/task/summary_pay.py @@ -58,7 +58,6 @@ class SummaryPay(Task): item[k] = item.get(k) or user_info[k] model = self.Model(**item) data = model.dict(by_alias=True) - _game_role_id = data.pop('_game_role_id') data.pop('_id') bulk_data.append(UpdateOne({'orderid': model.orderid}, {'$set': data}, upsert=True)) except Exception as e: