1
2 天以前 bfc2c6e32a69ace11bb8909c0d120998d9689258
rsf-server/src/main/java/com/vincent/rsf/server/manager/utils/LocManageUtil.java
@@ -53,7 +53,7 @@
    }
    public static String getTargetLoc(Long areaId, Long containerType) {
        Long locType = null;
        Long locType = containerType;
//        if (!Objects.isNull(containerType)) {
//            LocTypeService locService = SpringUtils.getBean(LocTypeService.class);
//            if (containerType.equals(ContainerType.CONTAINER_TYPE_NORMAL.val)) {