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
79d9b027
Commit
79d9b027
authored
Apr 18, 2025
by
duwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql调整
parent
114ff730
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CrossLaneDataHistMapper.xml
...bus/src/main/resources/mapper/CrossLaneDataHistMapper.xml
+2
-1
No files found.
wj-databus/src/main/resources/mapper/CrossLaneDataHistMapper.xml
View file @
79d9b027
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
AVG(t1.non_motor_flow) as nonMotorFlow
AVG(t1.non_motor_flow) as nonMotorFlow
FROM
FROM
t_base_lane_info t2
t_base_lane_info t2
LEFT JOIN t_lane_data_hist t1 ON t1.
cross_id = t2.cross_
id
LEFT JOIN t_lane_data_hist t1 ON t1.
id = t2.
id
WHERE
WHERE
1 = 1
1 = 1
<if
test=
"crossId != null"
>
<if
test=
"crossId != null"
>
...
@@ -180,6 +180,7 @@
...
@@ -180,6 +180,7 @@
and t1.start_time
<![CDATA[ >= ]]>
#{startStamp}
and t1.start_time
<![CDATA[ >= ]]>
#{startStamp}
and t1.start_time
<![CDATA[ <= ]]>
#{endStamp}
and t1.start_time
<![CDATA[ <= ]]>
#{endStamp}
GROUP BY
GROUP BY
t2.id,
t2.dir,
t2.dir,
t2.turn,
t2.turn,
t2.sort,
t2.sort,
...
...
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