src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -131,6 +131,15 @@ return R.parse(sourceSite + "线程为空!"); } else { staProtocol = staProtocol.clone(); } StaProtocol staProtocol1 = devpThread.getStation().get(param.getTargetSite()); if (staProtocol1 == null) { return R.parse(param.getTargetSite() + "线程为空!"); } else { staProtocol1 = staProtocol1.clone(); } if (staProtocol1.isLoading()) { return R.error("目标站点有物!"); } staProtocol.setWorkNo((short) commonService.getWorkNo(param.getFlag())); staProtocol.setStaNo(param.getTargetSite().shortValue());