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
8d287983
Commit
8d287983
authored
Oct 16, 2023
by
hanbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] 干线评价-修改底部曲线图入参
parent
0a9a273f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BottomCurveBO.java
...service/src/main/java/net/wanji/opt/bo/BottomCurveBO.java
+1
-1
MainlineEvaluateServiceImpl.java
...t/wanji/opt/service/impl/MainlineEvaluateServiceImpl.java
+1
-1
No files found.
signal-optimize-service/src/main/java/net/wanji/opt/bo/BottomCurveBO.java
View file @
8d287983
...
@@ -28,7 +28,7 @@ public class BottomCurveBO {
...
@@ -28,7 +28,7 @@ public class BottomCurveBO {
private
Integer
minutes
;
private
Integer
minutes
;
@ApiModelProperty
(
value
=
"指标名称"
)
@ApiModelProperty
(
value
=
"指标名称"
)
private
String
metric
Nam
e
;
private
String
metric
Cod
e
;
@ApiModelProperty
(
value
=
"开始时间 格式 yyyy-MM-dd HH:mm:ss"
)
@ApiModelProperty
(
value
=
"开始时间 格式 yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
...
...
signal-optimize-service/src/main/java/net/wanji/opt/service/impl/MainlineEvaluateServiceImpl.java
View file @
8d287983
...
@@ -119,7 +119,7 @@ public class MainlineEvaluateServiceImpl implements MainlineEvaluateService {
...
@@ -119,7 +119,7 @@ public class MainlineEvaluateServiceImpl implements MainlineEvaluateService {
Integer
scope
=
bo
.
getScope
();
Integer
scope
=
bo
.
getScope
();
List
<
String
>
scopeList
=
bo
.
getScopeList
();
List
<
String
>
scopeList
=
bo
.
getScopeList
();
Integer
minutes
=
bo
.
getMinutes
();
Integer
minutes
=
bo
.
getMinutes
();
String
metricName
=
bo
.
getMetric
Nam
e
();
String
metricName
=
bo
.
getMetric
Cod
e
();
Date
startTime
=
bo
.
getStartTime
();
Date
startTime
=
bo
.
getStartTime
();
Date
endTime
=
bo
.
getEndTime
();
Date
endTime
=
bo
.
getEndTime
();
...
...
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