From 47e7145e3e9da1558a04ea152517f5a9c1b5a6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B5=87=E6=96=87=E9=BE=99?= Date: Fri, 16 Aug 2024 14:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=BB=98=E8=AE=A4=E5=80=BC=E4=B8=BAWAIT=5FSPACE=5FREL?= =?UTF-8?q?EASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Op/Method/TaskInteraction/ActionManagerService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-wms-service/DS.WMS.Core/Op/Method/TaskInteraction/ActionManagerService.cs b/ds-wms-service/DS.WMS.Core/Op/Method/TaskInteraction/ActionManagerService.cs index e38fac55..0421aa75 100644 --- a/ds-wms-service/DS.WMS.Core/Op/Method/TaskInteraction/ActionManagerService.cs +++ b/ds-wms-service/DS.WMS.Core/Op/Method/TaskInteraction/ActionManagerService.cs @@ -152,7 +152,7 @@ namespace DS.WMS.Core.Op.Method.TaskInteraction businessType = (BusinessType)Convert.ChangeType(value, typeof(BusinessType)); } - TaskBaseTypeEnum taskType = TaskBaseTypeEnum.NOT_SPECIFIED; + TaskBaseTypeEnum taskType = TaskBaseTypeEnum.WAIT_SPACE_RELEASE; if (dataContext.TryGetValue(nameof(taskType), out object? value2) && value2 != null) { if (value2 is string strValue)