| | |
| | | package org.springblade.modules.dp.service.impl; |
| | | |
| | | import org.springblade.fire.vo.FireSupplementVO; |
| | | import org.springblade.modules.dp.mapper.MilitaryLocalCoordinationMapper; |
| | | import org.springblade.modules.dp.service.IMilitaryLocalCoordinationService; |
| | | import org.springblade.modules.fireSupplement.vo.FireSupplementVO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | } |
| | | |
| | | @Override |
| | | public void getFireAllDetail(String fireId, HttpServletResponse response){ |
| | | public FireSupplementVO getFireAllDetail(String fireId){ |
| | | FireSupplementVO fireAllDetail = militaryLocalCoordinationMapper.getFireAllDetail(fireId); |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | public void excelExport(String fileName,HttpServletResponse response,List data) throws IOException { |
| | | return fireAllDetail; |
| | | } |
| | | } |