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
11b81232
Commit
11b81232
authored
Jul 17, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化风机与升压站调整
parent
2f47243d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
DemoController.java
...amos/boot/module/jxiop/biz/controller/DemoController.java
+1
-0
MonitoringServiceIMQTTmpl.java
...ule/jxiop/biz/service/impl/MonitoringServiceIMQTTmpl.java
+1
-0
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 @
11b81232
...
...
@@ -200,4 +200,5 @@ public class DemoController extends BaseController {
hashMap
.
put
(
"url"
,
"upload/jxiop/amos_studio/758F6F4BC695B777899485DB0C7E5D3.gif"
);
return
ResponseHelper
.
buildResponse
(
hashMap
);
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/MonitoringServiceIMQTTmpl.java
View file @
11b81232
...
...
@@ -440,6 +440,7 @@ public class MonitoringServiceIMQTTmpl {
HashMap
<
String
,
String
>
hashMap
=
new
HashMap
<>();
for
(
int
i
=
0
;
i
<
result
.
size
();
i
++)
{
IndicatorsDto
indicatorsDto
=
result
.
get
(
i
);
//此处需要根据查询的结果来动态的给定图片的url路径。
hashMap
.
put
(
"url"
+
i
,
"tetee"
);
hashMap
.
put
(
"display"
+
i
,
indicatorsDto
.
getDisplayName
());
}
...
...
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