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
423195e5
Commit
423195e5
authored
Jul 25, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户反馈问题电量表计字显示错误问题修改
parent
94462d7a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
DemoController.java
...amos/boot/module/jxiop/biz/controller/DemoController.java
+8
-2
MonitoringServiceImpl.java
.../module/jxiop/biz/service/impl/MonitoringServiceImpl.java
+2
-2
application-dev.properties
...monitor-biz/src/main/resources/application-dev.properties
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/DemoController.java
View file @
423195e5
...
...
@@ -97,7 +97,10 @@ public class DemoController extends BaseController {
// Object o=this.monitorFanIndicatorImpl.getIndicatoralueAvage("1668801435891929089","60秒平均风速");
// System.out.println(o.toString());
QueryWrapper
<
MonitorFanIndicator
>
QueryWrapper
=
new
QueryWrapper
<>();
QueryWrapper
.
eq
(
"gateway"
,
"1668801435891929089"
);
// 夏造风电
// QueryWrapper.eq("gateway", "1668801435891929089");
// 泰和光伏
QueryWrapper
.
eq
(
"gateway"
,
"1669524885619085313"
);
long
DATE
=
new
Date
().
getTime
();
System
.
out
.
println
(
DATE
);
List
<
MonitorFanIndicator
>
list
=
monitorFanIndicatorregionMapper
.
selectList
(
QueryWrapper
);
...
...
@@ -151,7 +154,10 @@ public class DemoController extends BaseController {
public
void
demoTest5
()
{
//!!!!!!!!!!!!!!注意 初始化升压站的时候需要先更新monitor_fan_indicator_copy2表数据 且修改entity的表映射为monitor_fan_indicator_copy2
QueryWrapper
<
MonitorFanIndicator
>
QueryWrapper
=
new
QueryWrapper
<>();
QueryWrapper
.
eq
(
"gateway"
,
"1668801570352926721"
);
// 夏造风电升压站
// QueryWrapper.eq("gateway", "1668801570352926721");
// 泰和前进光伏站
QueryWrapper
.
eq
(
"gateway"
,
"1669525017559306241"
);
// QueryWrapper.eq("gateway", "1668801570352926721").eq("front_module","电量表计");
long
DATE
=
new
Date
().
getTime
();
System
.
out
.
println
(
DATE
);
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/MonitoringServiceImpl.java
View file @
423195e5
...
...
@@ -294,7 +294,7 @@ public class MonitoringServiceImpl {
TabDto
tab1
=
new
TabDto
(
"集电线路图"
,
"1"
);
TabDto
tab2
=
new
TabDto
(
"运行列表"
,
"2"
);
TabDto
tab3
=
new
TabDto
(
"升压站监控"
,
"3"
);
TabDto
tab4
=
new
TabDto
(
"电量表
记
"
,
"4"
);
TabDto
tab4
=
new
TabDto
(
"电量表
计
"
,
"4"
);
TabDto
tab5
=
new
TabDto
(
"故障信息"
,
"5"
);
tabDtoList
.
add
(
tab0
);
tabDtoList
.
add
(
tab1
);
...
...
@@ -307,7 +307,7 @@ public class MonitoringServiceImpl {
TabDto
tab7
=
new
TabDto
(
"集电线路图"
,
"7"
);
TabDto
tab8
=
new
TabDto
(
"运行列表"
,
"8"
);
TabDto
tab9
=
new
TabDto
(
"升压站监控"
,
"9"
);
TabDto
tab10
=
new
TabDto
(
"电量表
记
"
,
"10"
);
TabDto
tab10
=
new
TabDto
(
"电量表
计
"
,
"10"
);
TabDto
tab11
=
new
TabDto
(
"故障信息"
,
"11"
);
TabDto
tab12
=
new
TabDto
(
"集中式-离散率"
,
"12"
);
TabDto
tab13
=
new
TabDto
(
"组串式-离散率"
,
"13"
);
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/resources/application-dev.properties
View file @
423195e5
...
...
@@ -64,7 +64,7 @@ emqx.max-inflight=1000
## influxDB
#spring.influx.url= http://1
39.9.170.47:80
86
#spring.influx.url= http://1
72.16.3.155:81
86
#spring.influx.password=admin
#spring.influx.user=admin
#spring.influx.database=iot_platform
...
...
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