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
9e513323
Commit
9e513323
authored
Apr 09, 2025
by
duwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按时间排序优化
parent
aacce29b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
CrossDataHistMapper.xml
wj-databus/src/main/resources/mapper/CrossDataHistMapper.xml
+1
-1
CrossDirDataHistMapper.xml
...abus/src/main/resources/mapper/CrossDirDataHistMapper.xml
+1
-1
CrossLaneDataHistMapper.xml
...bus/src/main/resources/mapper/CrossLaneDataHistMapper.xml
+1
-1
CrossTurnDataHistMapper.xml
...bus/src/main/resources/mapper/CrossTurnDataHistMapper.xml
+1
-1
No files found.
wj-databus/src/main/resources/mapper/CrossDataHistMapper.xml
View file @
9e513323
...
...
@@ -140,7 +140,7 @@
and t2.batch_time
<![CDATA[ <= ]]>
#{endStamp}
GROUP BY
t2.cross_id,
t2.start_t
ime
startT
ime
ORDER BY
t2.start_time asc
</select>
...
...
wj-databus/src/main/resources/mapper/CrossDirDataHistMapper.xml
View file @
9e513323
This diff is collapsed.
Click to expand it.
wj-databus/src/main/resources/mapper/CrossLaneDataHistMapper.xml
View file @
9e513323
...
...
@@ -183,7 +183,7 @@
t2.dir,
t2.turn,
t2.sort,
t1.start_t
ime
startT
ime
ORDER BY
t1.start_time asc,
t2.dir
...
...
wj-databus/src/main/resources/mapper/CrossTurnDataHistMapper.xml
View file @
9e513323
...
...
@@ -142,7 +142,7 @@
t1.cross_id,
t1.in_dir,
t1.turn_type,
t2.start_t
ime
startT
ime
ORDER BY
t2.start_time asc,
t1.in_dir,
...
...
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