src/main/java/com/zy/common/web/WcsController.java
@@ -481,6 +481,10 @@ if (sourceLocMast == null) { throw new CoolException("源库位不存在"); } if(sourceLocMast.getLocSts().equals("F")) { throw new CoolException("源库位不处于在库状态"); } List<LocDetl> locDetlList = locDetlService.selectList(new EntityWrapper<LocDetl>().eq("loc_no", sourceLocNo)); LocDetl sourceLocDetl = locDetlList.get(0);