futian.liu
2023-12-14 4c4bf4cc32a99435777f06bc281fe8e942f7c323
consum-base/src/main/java/com/consum/base/controller/BaseGoodsModelsController.java
@@ -74,8 +74,9 @@
        }
        int result = this.baseGoodsModelsService.add(models);
        if (result > 0)
        if (result > 0) {
            return ResponseValue.success();
        }
        return ResponseValue.error("新增失败!");
    }