| | |
| | | import com.moral.api.pojo.vo.excel.ExcelVo; |
| | | import com.moral.api.service.ExcelService; |
| | | import com.moral.api.utils.ExcelUtils; |
| | | import com.moral.pojo.AQI; |
| | | import com.moral.util.AQIUtils; |
| | | |
| | | import com.moral.util.DateUtils; |
| | | |
| | | |
| | |
| | | private ExcelMapper excelMapper; |
| | | |
| | | /** |
| | | * 导入 |
| | | * 高新区导入 |
| | | * @param files |
| | | * @param params |
| | | * @return |
| | |
| | | } |
| | | |
| | | /** |
| | | * 导出 |
| | | * 高新区导出 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @Override |
| | | public ExcelVo export(Integer id) { |
| | | |
| | | |
| | | HashMap<String, Object> map1 = new HashMap<>(); |
| | | ArrayList<Map<String,Object>> list1 = new ArrayList<>(); |
| | | ArrayList<Map<String,Object>> list2 = new ArrayList<>(); |