Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
3838cf4d
Commit
3838cf4d
authored
Oct 18, 2023
by
duanruiming
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
dd756b7b
2ac30c82
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
242 additions
and
125 deletions
+242
-125
MainlineEvaluateServiceImpl.java
...t/wanji/opt/service/impl/MainlineEvaluateServiceImpl.java
+127
-65
TrendServiceImpl.java
...ain/java/net/wanji/opt/service/impl/TrendServiceImpl.java
+114
-56
CrossDataRealtimeMapper.xml
...bus/src/main/resources/mapper/CrossDataRealtimeMapper.xml
+1
-4
No files found.
signal-optimize-service/src/main/java/net/wanji/opt/service/impl/MainlineEvaluateServiceImpl.java
View file @
3838cf4d
This diff is collapsed.
Click to expand it.
signal-optimize-service/src/main/java/net/wanji/opt/service/impl/TrendServiceImpl.java
View file @
3838cf4d
This diff is collapsed.
Click to expand it.
wj-databus/src/main/resources/mapper/CrossDataRealtimeMapper.xml
View file @
3838cf4d
...
@@ -78,10 +78,7 @@
...
@@ -78,10 +78,7 @@
on t1.cross_id = t2.id
on t1.cross_id = t2.id
<where>
<where>
<if
test=
"status != null"
>
<if
test=
"status != null"
>
and (t1.status = #{status}
and t1.status = #{status}
<if
test=
"status == 1"
>
and t1.is_unbalance = 1
</if>
<if
test=
"status == 2"
>
and t1.is_congestion = 1
</if>
<if
test=
"status == 3"
>
and t1.is_spillover = 1
</if>
)
</if>
</if>
<if
test=
"name != null and name != ''"
>
<if
test=
"name != null and name != ''"
>
and t2.name like concat('%',#{name},'%')
and t2.name like concat('%',#{name},'%')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment