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
jinan
traffic-signal-platform
Commits
525a80a9
Commit
525a80a9
authored
Mar 28, 2025
by
wang yecheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交失衡路口平均停车次数
parent
510d52b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CrossDataHistMapper.xml
wj-databus/src/main/resources/mapper/CrossDataHistMapper.xml
+3
-3
No files found.
wj-databus/src/main/resources/mapper/CrossDataHistMapper.xml
View file @
525a80a9
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
cross_id,avg(speed) as speed,
cross_id,avg(speed) as speed,
avg(delay_time) as delay_time,
avg(delay_time) as delay_time,
avg(queue_length) as queue_length,start_time,
avg(queue_length) as queue_length,start_time,
sum(flow) as flow
sum(flow) as flow
,avg(stop_times) as stop_times
FROM t_cross_data_hist
FROM t_cross_data_hist
WHERE
WHERE
1=1
1=1
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
AND cross_id=#{crossId}
AND cross_id=#{crossId}
</if>
</if>
<if
test=
"startTime!=null and startTime!='' and endTime!='' and endTime!=null"
>
<if
test=
"startTime!=null and startTime!='' and endTime!='' and endTime!=null"
>
AND
start_time>=#{startTime} and start_time
<
=#{endTime}
AND start_time>=#{startTime} and start_time
<
=#{endTime}
</if>
</if>
</select>
</select>
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
cross_id,avg(speed) as speed,
cross_id,avg(speed) as speed,
avg(delay_time) as delay_time,
avg(delay_time) as delay_time,
avg(queue_length) as queue_length,start_time,
avg(queue_length) as queue_length,start_time,
sum(flow) as flow
sum(flow) as flow
,avg(stop_times) as stop_times
FROM t_cross_data_hist
FROM t_cross_data_hist
WHERE
WHERE
1=1
1=1
...
...
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