diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs index 545a4c9c..b8b03288 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsCheckTaskService.cs @@ -78,8 +78,8 @@ namespace Tnb.WarehouseMgr { List billStatus = new() { - WmsWareHouseConst.PRETASK_BILL_STATUS_CANCEL_ID, - WmsWareHouseConst.PRETASK_BILL_STATUS_COMPLE_ID, + WmsWareHouseConst.TASK_BILL_STATUS_CANCEL_ID, + WmsWareHouseConst.TASK_BILL_STATUS_COMPLE_ID, }; Expression> filter = Expressionable.Create() .And((a, b) => b.wh_id == input.data[nameof(WmsCheckstockH.warehouse_id)].ToString())