update
This commit is contained in:
parent
c4fd3febfd
commit
b30a18a2fe
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user