src/main/java/com/zy/asrs/service/impl/StaDescServiceImpl.java
@@ -28,7 +28,7 @@ .eq("crn_no", crnNo); StaDesc staDesc = this.selectOne(wrapper); if (staDesc == null) { throw new CoolException("出库路径不存在"); throw new CoolException("response.outbound_path_not_found"); } return staDesc; } @@ -46,7 +46,7 @@ .eq("crn_no", crnNo); List<StaDesc> staDescs = this.selectList(wrapper); if (Cools.isEmpty(staDescs)) { throw new CoolException("出库路径不存在"); throw new CoolException("response.outbound_path_not_found"); } // todo:luxiaotao return staDescs.get(0);