1
This commit is contained in:
@@ -240,6 +240,7 @@ namespace Tnb.WarehouseMgr
|
||||
carryH.out_status = ((int)EnumOutStatus.分拣出).ToString();
|
||||
await _db.Updateable(carryH)
|
||||
.UpdateColumns(it => new { it.out_status, it.source_id, it.source_code })
|
||||
.Where(it => sortingOutIds.Contains(it.id))
|
||||
.ExecuteCommandAsync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user