仓库-物料Excel导入修改
This commit is contained in:
@@ -128,7 +128,8 @@ namespace ZR.Service.mes.wms
|
||||
return (-1,-1);
|
||||
}
|
||||
var x=Context.Storageable(materials)
|
||||
.WhereColumns(it => it.BlankNum).ToStorage();
|
||||
.WhereColumns(it => it.Id)
|
||||
.ToStorage();
|
||||
|
||||
int insert= x.AsInsertable.ExecuteCommand(); //执行插入
|
||||
int update= x.AsUpdateable.ExecuteCommand(); //执行更新
|
||||
|
||||
Reference in New Issue
Block a user