Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
项目统一框架
amos-boot-biz
Commits
b2360eb6
Commit
b2360eb6
authored
Apr 08, 2024
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.大屏监盘全国运行指标数据接口数据源重新调整。
2.大屏监盘区域运行指标数据接口数据源重新调整。
parent
b188f137
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
CommonConstans.java
.../amos/boot/module/jxiop/biz/constants/CommonConstans.java
+1
-0
MonitorServiceImpl.java
...oot/module/jxiop/biz/service/impl/MonitorServiceImpl.java
+0
-0
MonitoringServiceImpl.java
.../module/jxiop/biz/service/impl/MonitoringServiceImpl.java
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/constants/CommonConstans.java
View file @
b2360eb6
...
@@ -132,6 +132,7 @@ public class CommonConstans {
...
@@ -132,6 +132,7 @@ public class CommonConstans {
public
static
final
String
YEAR_GEN_HOURS
=
"年利用小时数"
;
public
static
final
String
YEAR_GEN_HOURS
=
"年利用小时数"
;
public
static
final
String
WIND_SPEED_THIRTY_SECONDS
=
"30秒平均风速"
;
public
static
final
String
WIND_SPEED_THIRTY_SECONDS
=
"30秒平均风速"
;
public
static
final
String
TOTAL_RADIATION
=
"辐照度"
;
public
static
final
String
TOTAL_RADIATION
=
"辐照度"
;
public
static
final
String
TOTAL_RADIATION_SUM
=
"累计辐照度"
;
public
static
final
String
ACTIVE_POWER
=
"有功功率"
;
public
static
final
String
ACTIVE_POWER
=
"有功功率"
;
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/MonitorServiceImpl.java
View file @
b2360eb6
This diff is collapsed.
Click to expand it.
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/MonitoringServiceImpl.java
View file @
b2360eb6
...
@@ -117,7 +117,7 @@ public class MonitoringServiceImpl {
...
@@ -117,7 +117,7 @@ public class MonitoringServiceImpl {
map
.
put
(
"value"
,
value
+
"m/s"
);
map
.
put
(
"value"
,
value
+
"m/s"
);
}
else
{
}
else
{
value
=
String
.
format
(
"%.2f"
,
value
=
String
.
format
(
"%.2f"
,
coreCommonService
.
getAverageOfByPointName
(
coreValuesDtoList
,
"WTX-801_25_WTX-801_总辐射"
));
coreCommonService
.
getAverageOfByPointName
(
coreValuesDtoList
,
CommonConstans
.
TOTAL_RADIATION
));
map
.
put
(
"name"
,
"风速/辐照度"
);
map
.
put
(
"name"
,
"风速/辐照度"
);
map
.
put
(
"value"
,
value
+
"W/㎡"
);
map
.
put
(
"value"
,
value
+
"W/㎡"
);
}
}
...
...
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