Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
recv_data_longhua
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d52759df
authored
Apr 16, 2021
by
zhangxk
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改违法类型推送
1 parent
247ab678
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
pom.xml
src/main/java/com/viontech/process/TrafficProcess.java
pom.xml
View file @
d52759d
...
...
@@ -56,7 +56,7 @@
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
<version>
3.
5
</version>
<version>
3.
10
</version>
</dependency>
</dependencies>
...
...
src/main/java/com/viontech/process/TrafficProcess.java
View file @
d52759d
...
...
@@ -76,6 +76,9 @@ public class TrafficProcess implements Process {
location
(
model
,
location
);
// ------------------ 违章 --------------------
illegal
(
model
,
illegal
);
if
(
model
.
getIllegalType
()
<=
0
){
return
null
;
}
// ------------------ 录像 ---------------------
video
(
model
,
video
,
deviceSerialnum
,
eventTime
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment