| | |
| | | import com.moral.api.mapper.DeviceMapper; |
| | | import com.moral.api.service.DeviceService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.moral.api.util.DeviceExcelDTO; |
| | | import com.moral.constant.Constants; |
| | | import com.moral.constant.RedisConstants; |
| | | import com.moral.util.DateUtils; |
| | |
| | | devices = deviceMapper.selectList(wrapper_device); |
| | | return devices; |
| | | } |
| | | |
| | | @Override |
| | | public List<DeviceExcelDTO> ListDeviceExcel(String startTime, String endTime, int id) { |
| | | return this.baseMapper.ListDeviceExcel(startTime,endTime,id); |
| | | } |
| | | } |