|
@@ -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()));
|