ezhizao_zx 3 月之前
父节点
当前提交
d562ce579d
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/main/java/cn/ezhizao/project/websocket/controller/AsyncExportController.java

+ 0 - 5
src/main/java/cn/ezhizao/project/websocket/controller/AsyncExportController.java

@@ -1,16 +1,12 @@
 package cn.ezhizao.project.websocket.controller;
 
-import cn.ezhizao.common.utils.poi.ExcelUtil;
 import cn.ezhizao.framework.aspectj.lang.annotation.Log;
 import cn.ezhizao.framework.aspectj.lang.enums.BusinessType;
 import cn.ezhizao.framework.web.controller.BaseController;
 import cn.ezhizao.framework.web.domain.AjaxResult;
-import cn.ezhizao.project.business.domain.BizApp;
 import cn.ezhizao.project.business.domain.BizProcessInspecion;
-import cn.ezhizao.project.websocket.WebSocketUser;
 import cn.ezhizao.project.websocket.service.TaskService;
 import com.alibaba.fastjson2.JSONObject;
-import org.springframework.security.access.prepost.PreAuthorize;
 import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -19,7 +15,6 @@ import org.springframework.web.bind.annotation.RestController;
 import javax.annotation.Resource;
 import javax.servlet.http.HttpServletResponse;
 import java.io.IOException;
-import java.util.List;
 
 @RestController
 @RequestMapping("/business/asyncExport")