|
|
@@ -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));
|