fix:【system】操作日志导出时,缺少 userName 字段,对应 https://gitee.com/yudaocode/yudao-boot-mini/issues/IDFZ4X
This commit is contained in:
parent
0cbced1cef
commit
36708447ff
@ -61,6 +61,7 @@ public class OperateLogController {
|
|||||||
@Operation(summary = "导出操作日志")
|
@Operation(summary = "导出操作日志")
|
||||||
@GetMapping("/export-excel")
|
@GetMapping("/export-excel")
|
||||||
@PreAuthorize("@ss.hasPermission('system:operate-log:export')")
|
@PreAuthorize("@ss.hasPermission('system:operate-log:export')")
|
||||||
|
@TransMethodResult
|
||||||
@ApiAccessLog(operateType = EXPORT)
|
@ApiAccessLog(operateType = EXPORT)
|
||||||
public void exportOperateLog(HttpServletResponse response, @Valid OperateLogPageReqVO exportReqVO) throws IOException {
|
public void exportOperateLog(HttpServletResponse response, @Valid OperateLogPageReqVO exportReqVO) throws IOException {
|
||||||
exportReqVO.setPageSize(PageParam.PAGE_SIZE_NONE);
|
exportReqVO.setPageSize(PageParam.PAGE_SIZE_NONE);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user