Commit 57d0383c by 夏超

[fix] 推送

parent 52f59917
......@@ -78,8 +78,8 @@ class InheritRokeResultPutWarehouseWizard(models.TransientModel):
cur.execute(sql)
conn.commit()
_logger.info(f"数据同步成功")
# cur.execute(f"EXEC sp_pp_kcrkdj @psUUID='{_uuid}'")
# conn.commit()
cur.execute(f"EXEC sp_pp_kcrkdj @psUUID='{_uuid}'")
conn.commit()
except Exception as e:
_logger.info("数据上传失败")
raise ValidationError("数据上传失败")
......
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