src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -218,6 +218,14 @@ param.setIoType(1); param.setSourceStaNo(inSta.getStaNo()); param.setLocType1(locTypeDto.getLocType1()); if (inSta.getStaNo() == 102) { param.setLocType2((short) 3); } else if (inSta.getStaNo() == 211) { param.setLocType1((short) 5); param.setLocType2((short) 4); } else if (inSta.getStaNo() == 201) { param.setLocType2((short) 4); } String response = new HttpHandler.Builder() .setUri(wmsUrl) .setPath("/rpc/pakin/loc/v1")