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
48aff281
Commit
48aff281
authored
Mar 28, 2023
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] 诊断优化-拥堵场景列表查询优化
parent
407e5c2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CrossDataRealtimeMapper.xml
...bus/src/main/resources/mapper/CrossDataRealtimeMapper.xml
+3
-3
No files found.
wj-databus/src/main/resources/mapper/CrossDataRealtimeMapper.xml
View file @
48aff281
...
...
@@ -63,9 +63,9 @@
<where>
<if
test=
"status != null"
>
and (t1.status = #{status}
<if
test=
"status == 1"
>
or
t1.is_unbalance = 1
</if>
<if
test=
"status == 2"
>
or
t1.is_congestion = 1
</if>
<if
test=
"status == 3"
>
or
t1.is_spillover = 1
</if>
)
<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
test=
"name != null and 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