Commit e7e45a4a authored by duanruiming's avatar duanruiming

[add] 测试车牌

parent db378b69
...@@ -40,7 +40,7 @@ public class RealTimeCarTask { ...@@ -40,7 +40,7 @@ public class RealTimeCarTask {
for (JNMatchResultMiniData.E1FrameParticipant e1FrameParticipant : list) { for (JNMatchResultMiniData.E1FrameParticipant e1FrameParticipant : list) {
int id = e1FrameParticipant.getId(); int id = e1FrameParticipant.getId();
String license = e1FrameParticipant.getPicLicense(); String license = e1FrameParticipant.getPicLicense();
if (3554 == e1FrameParticipant.getId() || StringUtils.equals(license, picLicense)) { if (3573 == e1FrameParticipant.getId() || StringUtils.equals(license, picLicense)) {
socketServer.sendMessage(JSONObject.toJSONString(e1FrameParticipant)); socketServer.sendMessage(JSONObject.toJSONString(e1FrameParticipant));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment