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
65a3b5e6
Commit
65a3b5e6
authored
Jun 24, 2024
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] 微观大数据平台-展示空间占有率使用空间长度占比
parent
ab0a6cdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
TrendServiceImpl.java
...ain/java/net/wanji/opt/service/impl/TrendServiceImpl.java
+3
-3
TableQueryVO.java
...-service/src/main/java/net/wanji/opt/vo/TableQueryVO.java
+1
-1
No files found.
signal-optimize-service/src/main/java/net/wanji/opt/service/impl/TrendServiceImpl.java
View file @
65a3b5e6
...
...
@@ -1399,9 +1399,9 @@ public class TrendServiceImpl implements TrendService {
vo
.
setTimeOccupancy
((
int
)
Math
.
round
(
timeOccupancyDouble
*
100
));
}
Double
vehicle
NumsRatioMeanDoulbe
=
po
.
getVehicleNums
RatioMean
();
if
(
vehicle
NumsRatioMeanDoulbe
!=
null
)
{
vo
.
setVehicleNumsRatioMean
((
int
)
Math
.
round
(
vehicle
NumsRatioMeanDoulbe
*
100
));
Double
vehicle
LengthRatioMean
=
po
.
getVehicleLength
RatioMean
();
if
(
vehicle
LengthRatioMean
!=
null
)
{
vo
.
setVehicleNumsRatioMean
((
int
)
Math
.
round
(
vehicle
LengthRatioMean
*
100
));
}
vo
.
setVehheadDist
(
po
.
getVehheadDist
());
...
...
signal-optimize-service/src/main/java/net/wanji/opt/vo/TableQueryVO.java
View file @
65a3b5e6
...
...
@@ -158,7 +158,7 @@ public class TableQueryVO {
private
Integer
timeOccupancy
;
@ApiModelProperty
(
value
=
"空间占有率"
)
// 空间长度占比
// 空间长度占比
todo字段名称展示先不改了
@ExcelProperty
(
"平均空间占有率"
)
private
Integer
vehicleNumsRatioMean
;
@ExcelProperty
(
"85位速度"
)
...
...
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