Commit d7303c0c by 夏超

[fix] 领料单数据上传

parent add84e69
......@@ -37,7 +37,7 @@ class InheritRokeBomCreatePickingWizard(models.TransientModel):
raise ValidationError("数据错误")
sql += " , ".join(sql_list)
try:
cur.execute()
cur.execute(sql)
conn.commit()
except Exception as e:
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