Commit 042514c0 authored by hongguangwu's avatar hongguangwu

MVP1.6.6-预入职相关_权限

parent 418160a3
......@@ -43,9 +43,9 @@ public class TCompleteMonitorController {
* @author hgw
* @date 2024-6-24 16:01:47
**/
@Operation(description = "导出档案完整度监控管理-全量 权限:archives_monitor-export-all")
@Operation(description = "导出档案完整度监控管理-全量 权限:archves_tcompletemonitor_export_all")
@PostMapping("/exportAll")
@PreAuthorize("@pms.hasPermission('archves_tcompletemonitor_export_all')")
//@PreAuthorize("@pms.hasPermission('archves_tcompletemonitor_export_all')")
public void exportAll(HttpServletResponse response, @RequestBody TCompleteMonitorSearchVo searchVo) {
YifuUser user = SecurityUtils.getUser();
menuUtil.setAuthSql(user, searchVo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment