yaorongkeji 2 달 전
부모
커밋
654be586ca
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      hcp-platform/src/main/java/com/yingyangfly/platform/sys/controller/SysOperLogController.java

+ 0 - 1
hcp-platform/src/main/java/com/yingyangfly/platform/sys/controller/SysOperLogController.java

@@ -34,7 +34,6 @@ public class SysOperLogController {
     @PostMapping("/list")
     public ResultResponse list(@RequestBody SysOperLogDto sysOperLogDto){
         IPage<SysOperLog> sysOperLogIPage = sysOperLogService.selectByPage(sysOperLogDto);
-
         IPage<SysOperLogVo> sysOperLogVoIPage = EntityConverter.convertPage(sysOperLogIPage, SysOperLogVo.class);
         return ResultResponse.success(sysOperLogVoIPage);
     }