fulonglong 2 lat temu
rodzic
commit
c363ac95a7

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

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