skyouc
5 天以前 99f5c058c42521640d815f3d52dc722a5d5ad4c4
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/LocAreaController.java
@@ -63,9 +63,6 @@
        if (Objects.isNull(locArea.getAreaId())) {
            throw new CoolException("库区不能为空!!");
        }
        if (Objects.isNull(locArea.getLocId())) {
            throw new CoolException("库位不能为空!!");
        }
        locArea.setCreateBy(getLoginUserId());
        locArea.setUpdateBy(getLoginUserId());