|
|
@ -152,7 +152,7 @@ namespace DS.WMS.Core.Op.Method.TaskInteraction
|
|
|
|
businessType = (BusinessType)Convert.ChangeType(value, typeof(BusinessType));
|
|
|
|
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 (dataContext.TryGetValue(nameof(taskType), out object? value2) && value2 != null)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (value2 is string strValue)
|
|
|
|
if (value2 is string strValue)
|
|
|
|