委外质检确认结果保存

This commit is contained in:
2024-10-18 13:52:09 +08:00
parent 8ae060e8d6
commit 013c706b42

View File

@@ -241,7 +241,7 @@ namespace Tnb.WarehouseMgr
} }
await _db.Ado.BeginTranAsync(); await _db.Ado.BeginTranAsync();
await _db.Updateable<WmsPurchaseD>() await _db.Updateable<WmsOutsourceD>()
.SetColumns(x => x.qc_res == qcRes) .SetColumns(x => x.qc_res == qcRes)
.Where(x => x.id == id) .Where(x => x.id == id)
.ExecuteCommandAsync(); .ExecuteCommandAsync();