| | |
| | | Violations violations = new Violations(); |
| | | VideoPoint videoPoint = videoPointService.getByCode(videoAlarmReport.getPlatResourceId()); |
| | | if (videoPoint != null) { |
| | | |
| | | // 时间超过17点,案件为不处理 |
| | | if (videoAlarmReport.getAlarmTime().getHour() > 17) { |
| | | baseCase.setState(4); |
| | | } |
| | | |
| | | baseCase.setLatitude(videoPoint.getLatitude()); |
| | | baseCase.setLongitude(videoPoint.getLongitude()); |
| | | baseCase.setStreetId(videoPoint.getStreetId()); |
| | |
| | | alarmTime(alarmTime).build(); |
| | | Violations violations = new Violations(); |
| | | |
| | | // 时间超过17点,案件为不处理 |
| | | if (alarmTime.getHour() > 17) { |
| | | baseCase.setState(4); |
| | | } |
| | | |
| | | baseCase.setLatitude(alarmParam.getLatitude()); |
| | | baseCase.setLongitude(alarmParam.getLongitude()); |
| | | if (region != null) { |