石广澎
2024-01-02 48ef443170ee0cc12268bda0c686ffbd1d81671c
consum-base/src/main/java/com/consum/base/controller/BaseCategoryController.java
@@ -147,7 +147,7 @@
        CommonUtil.copyProperties(baseCategory, param2);
        baseCategory = param2;
        if (baseCategory == null || baseCategory.getId() == null || baseCategory.getStates() == null) {
        if (baseCategory.getId() == null || baseCategory.getStates() == null) {
            return ResponseValue.error("参数错误");
        }
        // 根据分类id和状态查询物品模版