bug
This commit is contained in:
@@ -350,7 +350,7 @@ namespace Tnb.QcMgr
|
||||
await db.Ado.BeginTranAsync();
|
||||
QcCheckExecH.qty = int.Parse(CheckTaskInput.checknum) - rqty;
|
||||
QcCheckExecH.rqty = rqty;
|
||||
_ = await db.Updateable(QcCheckExecH).ExecuteCommandAsync();
|
||||
//_ = await db.Updateable(QcCheckExecH).ExecuteCommandAsync();
|
||||
await db.Updateable<QcCheckExecH>()
|
||||
.SetColumns(x => x.checknum == QcCheckExecH.checknum)
|
||||
.SetColumns(x => x.status == QcCheckExecH.status)
|
||||
|
||||
Reference in New Issue
Block a user