| | |
| | | import com.github.pagehelper.PageInfo; |
| | | import com.ruoyi.common.utils.SecurityUtils; |
| | | import com.ruoyi.common.utils.uuid.IdUtils; |
| | | import com.ruoyi.sy.domain.ArdTankLockProcessLog; |
| | | import com.ruoyi.sy.domain.ArdTankWall; |
| | | import com.ruoyi.sy.service.*; |
| | | import com.ruoyi.utils.result.Results; |
| | |
| | | dataTable.setMsg("查询成功"); |
| | | return dataTable; |
| | | } |
| | | |
| | | /*@ApiOperation("根据车牌号导出电磁锁手动操控记录") |
| | | @PreAuthorize("@ss.hasPermi('sy:lock:exportArdTankLockProcessLog')") |
| | | @PostMapping("/exportArdTankLockProcessLog") |
| | | public void exportArdTankLockProcessLog(HttpServletResponse response, ArdTankLockProcessLog ardTankLockProcessLog) { |
| | | List<ArdTankLockProcessLog> list = ardTankLockProcessLogService.exportArdTankLockProcessLog(ardTankLockProcessLog.getCarPlate()); |
| | | ExcelUtil<ArdTankLockProcessLog> util = new ExcelUtil<ArdTankLockProcessLog>(ArdTankLockProcessLog. class); |
| | | util.exportExcel(response, list, "罐车锁操控日志数据"); |
| | | }*/ |
| | | |
| | | } |