xin
12 hours ago c67c3be16c4a9aa7c6617d43da886850d717a009
oying-system/src/main/java/com/oying/modules/pc/category/rest/PlatformCategoryCustomerController.java
@@ -1,5 +1,6 @@
package com.oying.modules.pc.category.rest;
import com.oying.annotation.rest.AnonymousGetMapping;
import com.oying.modules.pc.category.converter.PlatformCategoryViewAssembler;
import com.oying.modules.pc.category.domain.PlatformCategory;
import com.oying.modules.pc.category.domain.enums.PlatformCategoryEnum;
@@ -11,7 +12,6 @@
import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -31,7 +31,7 @@
    private final PlatformCategoryService categoryService;
    private final PlatformCategoryViewAssembler assembler;
    @GetMapping("/list")
    @AnonymousGetMapping("/list")
    @ApiOperation("查询平台类目")
    //@PreAuthorize("@el.check('customer:platformCategory:list')")
    public ResponseEntity<?> queryPlatformCategory() {