| | |
| | | import com.deepoove.poi.data.RowRenderData; |
| | | import com.deepoove.poi.policy.HackLoopTableRenderPolicy; |
| | | import com.moral.api.entity.Dustld; |
| | | import com.moral.api.entity.SecondCruiserSort; |
| | | import com.moral.api.exception.BusinessException; |
| | | import com.moral.api.pojo.bo.ExcelBO; |
| | | import com.moral.api.pojo.dto.historySecondCruiser.HistorySecondCruiserResultDTO; |
| | |
| | | @RequestParam @ApiParam(value = "startTime",name = "开始时间") String startTime, |
| | | @RequestParam @ApiParam(value = "endTime",name = "结束时间") String endTime){ |
| | | |
| | | List<DustForm> sort = dustldService.sort(mac, startTime, endTime); |
| | | List<SecondCruiserSort> sort = dustldService.sort(mac, startTime, endTime); |
| | | return ResultMessage.ok(sort); |
| | | } |
| | | |