bug
This commit is contained in:
@@ -134,7 +134,8 @@ namespace Tnb.WarehouseMgr
|
||||
pretaskCodes.AddRange(curPreTaskCodes);
|
||||
}
|
||||
await _warehouseService.GenPreTask(preTasks, pretaskCodes);
|
||||
await _db.Updateable(kittingout).UpdateColumns(it => it.status == WmsWareHouseConst.BILLSTATUS_ON_ID).ExecuteCommandAsync();
|
||||
kittingout.status = WmsWareHouseConst.BILLSTATUS_ON_ID;
|
||||
await _db.Updateable(kittingout).UpdateColumns(it => it.status).ExecuteCommandAsync();
|
||||
GenPreTaskUpInput genPreTaskAfterUpInput = new();
|
||||
genPreTaskAfterUpInput.CarryIds = preTasks.Select(x => x.carry_id).ToList();
|
||||
genPreTaskAfterUpInput.LocationIds = new List<string> { carry.location_id! };
|
||||
|
||||
Reference in New Issue
Block a user