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