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
2dd01087
Commit
2dd01087
authored
Apr 16, 2025
by
duwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
方向指标
parent
d1d477fc
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TrendController.java
...c/main/java/net/wanji/opt/controller/TrendController.java
+2
-2
CrossDirDataHistMapper.xml
...abus/src/main/resources/mapper/CrossDirDataHistMapper.xml
+1
-1
No files found.
signal-optimize-service/src/main/java/net/wanji/opt/controller/TrendController.java
View file @
2dd01087
...
...
@@ -400,8 +400,8 @@ public class TrendController {
if
(
isMock
==
true
){
periodDirectionVO
.
setCrossId
(
"12Q5V099C30"
);
String
time
=
DateUtil
.
format
(
start
,
"HH:mm:ss"
);
periodDirectionVO
.
setStart
(
DateUtil
.
parse
(
"2025-04-
09
"
+
time
,
"yyyy-MM-dd HH:mm:ss"
));
periodDirectionVO
.
setEnd
(
DateUtil
.
parse
(
"2025-04-1
3
00:00:00"
,
"yyyy-MM-dd HH:mm:ss"
));
periodDirectionVO
.
setStart
(
DateUtil
.
parse
(
"2025-04-
15
"
+
time
,
"yyyy-MM-dd HH:mm:ss"
));
periodDirectionVO
.
setEnd
(
DateUtil
.
parse
(
"2025-04-1
7
00:00:00"
,
"yyyy-MM-dd HH:mm:ss"
));
}
List
<
CrossingDirectionQueryVO
.
CycleDataElement
>
result
=
trendService
.
periodDirectionData
(
periodDirectionVO
);
if
(
isMock
==
true
){
...
...
wj-databus/src/main/resources/mapper/CrossDirDataHistMapper.xml
View file @
2dd01087
This diff is collapsed.
Click to expand it.
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