Commit 2e6716fb by 夏超

[fix] 领料单数据上传

parent d7303c0c
......@@ -25,7 +25,7 @@ class InheritRokeBomCreatePickingWizard(models.TransientModel):
except Exception as e:
raise ValidationError("数据库链接失败,请检查数据库链接参数")
sql = """
INSERT INTO WBLLD (WBLLB_RWBH, WBLLB_CPBH, WBLLB_XQSL, WBLLB_LLSL)
INSERT INTO WBLLD (WBLLD_RWBH, WBLLD_CPBH, WBLLD_XQSL, WBLLD_LLSL)
VALUES
"""
sql_list = []
......
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