Commit d52759df by zhangxk

修改违法类型推送

1 parent 247ab678
......@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
<version>3.10</version>
</dependency>
</dependencies>
......
......@@ -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);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!