委外质检确认结果保存
This commit is contained in:
@@ -241,7 +241,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
|
||||
await _db.Ado.BeginTranAsync();
|
||||
await _db.Updateable<WmsPurchaseD>()
|
||||
await _db.Updateable<WmsOutsourceD>()
|
||||
.SetColumns(x => x.qc_res == qcRes)
|
||||
.Where(x => x.id == id)
|
||||
.ExecuteCommandAsync();
|
||||
|
||||
Reference in New Issue
Block a user