Commit dcf1adeb by 夏超

[fix] 大东联推送

parent 3cbd84ed
......@@ -75,9 +75,9 @@ class InheritRokeResultPutWarehouseWizard(models.TransientModel):
return super(InheritRokeResultPutWarehouseWizard, self).default_get(field_names)
sql += " , ".join(insert_sql_data)
try:
_logger.info(f"数据SQL{sql}")
cur.execute(sql)
conn.commit()
_logger.info("数据同步成功")
# cur.execute(f"EXEC sp_pp_kcrkdj @psUUID='{_uuid}'")
# conn.commit()
except Exception as e:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment