hbjzws 1 year ago
parent
commit
6711cff8fb

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

@@ -103,7 +103,7 @@ public class ParkingRecordController {
     public Map<String, Object> plateResult(@RequestBody String jsonObjectStr) {
         Map<String, Object> resultMap = new HashMap<>();
         try {
-            log.warn("车辆进出原始数据{}",jsonObjectStr);
+            //log.warn("车辆进出原始数据{}",jsonObjectStr);
             JSONObject jsonObject = JSONObject.parseObject(jsonObjectStr);
             AlarmInfoPlate alarmInfoPlate = JSONObject.parseObject(jsonObject.getString("AlarmInfoPlate"), AlarmInfoPlate.class);
             log.warn(StrUtil.format("车牌:{},plateId:{}",alarmInfoPlate.getResult().getPlateResult().getLicense(),alarmInfoPlate.getResult().getPlateResult().getPlateid()));