Admin
5 小时以前 7a70c16d9fb28646a0f22e9f699746df6c651e8c
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/Task_HtyService.cs
@@ -89,7 +89,7 @@
        Dt_Task_Hty task_Hty = BaseDal.QueryData(x => x.TargetAddress == TargetAddress || x.SourceAddress == TargetAddress).OrderByDescending(x => x.CreateDate).FirstOrDefault(); 
        if (task_Hty == null) return false;
        if((task_Hty.TaskType == TaskTypeEnum.Inbound.ObjToInt() || task_Hty.TaskType == TaskTypeEnum.Relocation.ObjToInt() || task_Hty.TaskType == TaskTypeEnum.PalletInbound.ObjToInt()) && task_Hty.OperateType.Contains("浜哄伐鍒犻櫎"))
        if((task_Hty.TaskType == TaskTypeEnum.Inbound.ObjToInt() || task_Hty.TaskType == TaskTypeEnum.Relocation.ObjToInt() || task_Hty.TaskType == TaskTypeEnum.PalletInbound.ObjToInt()) && task_Hty.OperateType != "浜哄伐鍒犻櫎")
        {
            return true;
        }