Commit d389671c by zhoujinghao

导入测试代码去掉

1 parent 2e9ea9d6
......@@ -38,7 +38,6 @@ public class ImportExcelServiceImpl implements ImportExcelService {
@Override
@Transactional(rollbackFor = Exception.class)
public ApiResponse batchImportExcel(MultipartFile file) throws IOException {
List<Object> dataList = new ArrayList();
List<Map<Integer,String>>list =EasyExcel.read(file.getInputStream(),new NoModelDataListener())
.extraRead(CellExtraTypeEnum.MERGE)
.ignoreEmptyRow(true)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!