|
|
|
@ -1,11 +1,8 @@
|
|
|
|
|
package com.charge.excel.controller;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.json.JSONArray;
|
|
|
|
|
import cn.hutool.json.JSONUtil;
|
|
|
|
|
import com.alibaba.excel.EasyExcel;
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
|
|
import com.charge.excel.dto.LabelFailUserDTO;
|
|
|
|
|
import com.charge.excel.dto.LabelResultDTO;
|
|
|
|
|
import com.charge.excel.listener.UploadDataListener;
|
|
|
|
|
//import com.charge.excel.service.ExcelSaveService;
|
|
|
|
|
import com.charge.excel.service.ImportCarInfoService;
|
|
|
|
@ -13,7 +10,6 @@ import com.charge.excel.service.LabelService;
|
|
|
|
|
import com.charge.excel.vo.ImportCarVO;
|
|
|
|
|
import com.charge.util.CommonResponse;
|
|
|
|
|
import com.charge.util.I100cResponse;
|
|
|
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
|
|
|
import org.slf4j.Logger;
|
|
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
@ -21,8 +17,6 @@ import org.springframework.web.bind.annotation.*;
|
|
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
|
|
|
|
|
|
|
|
import java.io.InputStream;
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.Collections;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
@RestController
|
|
|
|
|