代码优化
This commit is contained in:
parent
f5cdc81404
commit
980f6245d1
|
|
@ -109,7 +109,7 @@ class AllTask:
|
|||
params_data = {"item_id": data["item_id"], "shop_id": data["shop_id"], "region": data["region"],
|
||||
"app_name": data["app_name"], "pad_code": data["pad_code"],
|
||||
"account_id": data["account_id"],
|
||||
"goods_info": json.dumps(params)}
|
||||
"goods_info": json.dumps(params, ensure_ascii=False)}
|
||||
try:
|
||||
affected_rows = await self.db_pool.insert_many(table='goods_information_record', data=[params_data])
|
||||
if affected_rows:
|
||||
|
|
|
|||
Loading…
Reference in New Issue