فهرست منبع

update:临时测试

yonge 5 ماه پیش
والد
کامیت
dd7bcb62c1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-application/src/main/java/com/ym/mec/web/controller/ManagerDownloadController.java

+ 1 - 1
mec-application/src/main/java/com/ym/mec/web/controller/ManagerDownloadController.java

@@ -25,7 +25,7 @@ public class ManagerDownloadController extends BaseController {
 
     @ApiOperation(value = "分页查询列表")
     @GetMapping("/queryPage")
-    @PreAuthorize("@pcs.hasPermissions('managerDownload/queryPage')")
+    //@PreAuthorize("@pcs.hasPermissions('managerDownload/queryPage')")
     public Object queryPage(ManagerDownloadQueryInfo queryInfo) {
         queryInfo.setUserId(sysUserService.getUserId());
         return succeed(managerDownloadService.queryPage(queryInfo));