修改任务类型默认值为WAIT_SPACE_RELEASE

usertest
嵇文龙 3 months ago
parent 05365c636f
commit 47e7145e3e

@ -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)

Loading…
Cancel
Save