bug
This commit is contained in:
@@ -510,7 +510,7 @@ namespace Tnb.ProductionMgr
|
||||
if (prdMaterialReceiptH.first_feed)
|
||||
{
|
||||
await db.Updateable<PrdMaterialReceiptH>()
|
||||
.SetColumns(x => x.first_feed == true)
|
||||
.SetColumns(x => x.first_feed == false)
|
||||
.Where(x => x.id == prdMaterialReceiptH.id)
|
||||
.ExecuteCommandAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user