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
d6685b17
Commit
d6685b17
authored
Sep 29, 2022
by
litengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
巡检统计巡检点列表等级隐藏
parent
1f0f1d08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
PointServiceImpl.java
...n/amos/patrol/business/service/impl/PointServiceImpl.java
+8
-8
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/service/impl/PointServiceImpl.java
View file @
d6685b17
...
...
@@ -1389,13 +1389,13 @@ public class PointServiceImpl implements IPointService {
temph2
.
put
(
"title"
,
"名称"
);
temph2
.
put
(
"type"
,
"name"
);
temph2
.
put
(
"key"
,
"name"
);
HashMap
<
String
,
Object
>
temph3
=
new
HashMap
<>();
temph3
.
put
(
"fid"
,
"level"
);
temph3
.
put
(
"dataIndex"
,
"level"
);
temph3
.
put
(
"name"
,
"等级"
);
temph3
.
put
(
"title"
,
"等级"
);
temph3
.
put
(
"type"
,
"level"
);
temph3
.
put
(
"key"
,
"level"
);
//
HashMap<String, Object> temph3 = new HashMap<>();
//
temph3.put("fid","level");
//
temph3.put("dataIndex","level");
//
temph3.put("name","等级");
//
temph3.put("title","等级");
//
temph3.put("type","level");
//
temph3.put("key","level");
HashMap
<
String
,
Object
>
temph4
=
new
HashMap
<>();
temph4
.
put
(
"fid"
,
"groupName"
);
temph4
.
put
(
"dataIndex"
,
"groupName"
);
...
...
@@ -1434,7 +1434,7 @@ public class PointServiceImpl implements IPointService {
colModel
.
add
(
temph1
);
colModel
.
add
(
temph2
);
colModel
.
add
(
temph3
);
//
colModel.add(temph3);
colModel
.
add
(
temph4
);
colModel
.
add
(
temph5
);
colModel
.
add
(
temph6
);
...
...
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