rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/WcsServiceImpl.java
@@ -991,7 +991,7 @@ throw new CoolException(params.getSourceStaNo()+"站点不存在!!"); } if (!basStation.getType().equals(StationTypeEnum.STATION_TYPE_MUTI.type)) { throw new CoolException(params.getSourceStaNo()+"站点非光电站点!!请使用PDA绑定入库"); throw new CoolException(params.getSourceStaNo()+"站点非智能站点!!请使用PDA绑定入库"); } Task one = taskService.getOne(new LambdaQueryWrapper<Task>().eq(Task::getBarcode, params.getBarcode())); if (!Cools.isEmpty(one)) {