Commit 999aace0 by 夏超

[fix] 上推数据修改

parent 1b6b0505
...@@ -61,7 +61,7 @@ class InheritRokeResultPutWarehouseWizard(models.TransientModel): ...@@ -61,7 +61,7 @@ class InheritRokeResultPutWarehouseWizard(models.TransientModel):
VALUES VALUES
""" """
if not insert_sql_data: if not insert_sql_data:
return super(InheritRokeResultPutWarehouseWizard, self).default_get() return super(InheritRokeResultPutWarehouseWizard, self).default_get(field_names)
sql += " , ".join(insert_sql_data) sql += " , ".join(insert_sql_data)
try: try:
cur.execute(sql) cur.execute(sql)
......
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