fulonglong 2 tahun lalu
induk
melakukan
bd5159735e

+ 1 - 1
src/main/java/com/charging/chargingparking/modules/mobileController/ParkingRecordController.java

@@ -120,7 +120,7 @@ public class ParkingRecordController {
         try {
             JSONObject jsonObject = JSONObject.parseObject(jsonObjectStr);
             AlarmInfoPlate alarmInfoPlate = JSONObject.parseObject(jsonObject.getString("AlarmInfoPlate"), AlarmInfoPlate.class);
-            log.warn(StrUtil.format("车牌:{},发送数据:{}", alarmInfoPlate.getResult().getPlateResult().getLicense(), JSONObject.parseObject(JSONObject.toJSONString(resultMap))));
+            log.warn(StrUtil.format("车牌:{},发送数据:{}", alarmInfoPlate.getResult().getPlateResult().getLicense(), alarmInfoPlate));
             resultMap = parkingRecordService.plateRecord(alarmInfoPlate);
         } catch (Exception ex) {
             log.error(ex.getMessage());