|
|
@@ -167,7 +167,7 @@ namespace WCS.Service.Extensions
|
|
|
{
|
|
|
case IstationRequest.无:
|
|
|
if (Data2.Tasknum < 10000 && Data.Tasknum < 10000)
|
|
|
- throw new Exception(LogHelper.SpliceLogMessage($"设备已有任务任务", Entity.CODE, WCS_EXCEPTIONTYPE.逻辑异常, GetType()));
|
|
|
+ throw new Exception(LogHelper.SpliceLogMessage($"设备无任务", Entity.CODE, WCS_EXCEPTIONTYPE.逻辑异常, GetType()));
|
|
|
break;
|
|
|
|
|
|
case IstationRequest.扫码入库:
|