| src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -1329,7 +1329,7 @@ BasStation station = basStationService.selectOne(new EntityWrapper<BasStation>() .eq("loc_sts", LocStsType.LOC_STS_TYPE_O.type) .eq("crn_type", mat.getTagId()) .eq("ctn_type", mat.getTagId()) .eq("dev_no", params.getTarSite())); if (Objects.isNull(station)) { throw new CoolException("站点正在执行任务!!");