| | |
| | | public Object findPage(Page page, String carNo,Long parkId,String payCode,Integer status,String date) throws ParseException { |
| | | List<OutPark> list = outParkService.getList(page.getCurrent(), page.getSize(), carNo,parkId,payCode,status, date); |
| | | System.out.println(list); |
| | | long count = outParkService.getCount(carNo,parkId,payCode, date); |
| | | long count = outParkService.getCount(carNo,parkId,payCode,status, date); |
| | | for (OutPark record : list) { |
| | | record.setParkName(parkService.getById(record.getParkId()).getName()); |
| | | if(record.getEnterTime() != null){ |