zouxuan 5 سال پیش
والد
کامیت
47e2f8a8e3
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      edu-user/edu-student-server/src/main/java/com/keao/edu/controller/SysSuggestionController.java

+ 0 - 1
edu-user/edu-student-server/src/main/java/com/keao/edu/controller/SysSuggestionController.java

@@ -21,7 +21,6 @@ public class SysSuggestionController extends BaseController {
 
 
     @ApiOperation(value = "新增")
     @ApiOperation(value = "新增")
     @RequestMapping("/add")
     @RequestMapping("/add")
-    @PreAuthorize("@pcs.hasPermissions('sysSuggestion/add')")
     public Object add(SysSuggestion sysSuggestion) {
     public Object add(SysSuggestion sysSuggestion) {
         sysSuggestionService.insert(sysSuggestion);
         sysSuggestionService.insert(sysSuggestion);
         return succeed();
         return succeed();