| | |
| | | parkingRecord.setCode(code); |
| | | parkingRecord.setVehicleColor(order.getPlateColor()); |
| | | TParkingLot data = parkingLotClient.getParkingLotByAppKey(order.getAppkey()).getData(); |
| | | parkingRecord.setName(data.getName()); |
| | | parkingRecord.setParkingLotId(data.getId()); |
| | | parkingRecord.setInParkingTime(LocalDateTime.parse(order.getEnterDateTime(), DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"))); |
| | | parkingRecord.setStatus(1); |
| | |
| | | parkingRecord.setCode(code); |
| | | parkingRecord.setVehicleColor(order.getPlatecolor()); |
| | | TParkingLot data = parkingLotClient.getParkingLotByAppKey(order.getAppkey()).getData(); |
| | | parkingRecord.setName(data.getName()); |
| | | parkingRecord.setParkingLotId(data.getId()); |
| | | parkingRecord.setInParkingTime(LocalDateTime.parse(order.getEntertime(), DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"))); |
| | | parkingRecord.setStatus(1); |