Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
fanxing3-integration
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 602e808b
authored
Jun 14, 2022
by
毛树良
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
<fix>:优化
1 parent
9dc7dbf0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
fanxing-docking-gb1400/src/main/java/com/viontech/handler/TrafficDataConvertHandler.java
fanxing-docking-gb1400/src/main/java/com/viontech/handler/TrafficDataConvertHandler.java
View file @
602e808
...
@@ -330,7 +330,9 @@ public class TrafficDataConvertHandler {
...
@@ -330,7 +330,9 @@ public class TrafficDataConvertHandler {
if
(
DataCacheScheduled
.
deviceTollgateMap
.
containsKey
(
deviceID
))
{
if
(
DataCacheScheduled
.
deviceTollgateMap
.
containsKey
(
deviceID
))
{
tollgateID
=
DataCacheScheduled
.
deviceTollgateMap
.
get
(
deviceID
);
tollgateID
=
DataCacheScheduled
.
deviceTollgateMap
.
get
(
deviceID
);
}
}
if
(
StringUtils
.
isNotBlank
(
tollgateID
))
{
vehicle
.
setTollgateID
(
tollgateID
);
vehicle
.
setTollgateID
(
tollgateID
);
}
vehicle
.
setBreakRuleMode
(
wflxProperties
.
getProperty
(
illCode
,
illCode
));
vehicle
.
setBreakRuleMode
(
wflxProperties
.
getProperty
(
illCode
,
illCode
));
vehicle
.
setStorageUrl1
(
picUrl
);
vehicle
.
setStorageUrl1
(
picUrl
);
...
...
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