Commit f217aaf3 authored by hongguangwu's avatar hongguangwu

MVP1.6.9-社保自动化日志

parent 009d0096
......@@ -137,7 +137,7 @@ public class TSocialSoldierLogController {
**/
@Operation(description = "导出自动化日志 hasPermission('social_tsocialsoldierlog_export')")
@PostMapping("/export")
//@PreAuthorize("@pms.hasPermission('social_tsocialsoldierlog_export')")
@PreAuthorize("@pms.hasPermission('social_tsocialsoldierlog_export')")
public void export(HttpServletResponse response, @RequestBody TSocialSoldierLogSearchVo searchVo) {
tSocialSoldierLogService.listExport(response, 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