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
9b8bcbea
Commit
9b8bcbea
authored
Oct 24, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
巡查统计首页
parent
f9053a28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
CheckPtListBo.java
...in/amos/patrol/business/entity/mybatis/CheckPtListBo.java
+12
-1
PointServiceImpl.java
...n/amos/patrol/business/service/impl/PointServiceImpl.java
+13
-0
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/entity/mybatis/CheckPtListBo.java
View file @
9b8bcbea
...
@@ -53,7 +53,18 @@ public class CheckPtListBo {
...
@@ -53,7 +53,18 @@ public class CheckPtListBo {
* 巡检点级别
* 巡检点级别
*/
*/
private
String
Level
;
private
String
Level
;
private
String
nonum
;
public
String
getNonum
()
{
return
nonum
;
}
public
void
setNonum
(
String
nonum
)
{
this
.
nonum
=
nonum
;
}
public
String
getPointID
()
{
public
String
getPointID
()
{
return
pointID
;
return
pointID
;
}
}
...
...
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 @
9b8bcbea
...
@@ -1375,6 +1375,17 @@ public class PointServiceImpl implements IPointService {
...
@@ -1375,6 +1375,17 @@ public class PointServiceImpl implements IPointService {
Page
<
CheckPtListBo
>
result
=
new
PageImpl
<
CheckPtListBo
>(
content
,
param
,
total
);
Page
<
CheckPtListBo
>
result
=
new
PageImpl
<
CheckPtListBo
>(
content
,
param
,
total
);
List
<
HashMap
<
String
,
Object
>>
colModel
=
new
ArrayList
<>();
List
<
HashMap
<
String
,
Object
>>
colModel
=
new
ArrayList
<>();
HashMap
<
String
,
Object
>
temph0
=
new
HashMap
<>();
temph0
.
put
(
"fid"
,
"nonum"
);
temph0
.
put
(
"dataIndex"
,
"nonum"
);
temph0
.
put
(
"name"
,
"编号"
);
temph0
.
put
(
"title"
,
"编号"
);
temph0
.
put
(
"type"
,
"nonum"
);
temph0
.
put
(
"key"
,
"nonum"
);
HashMap
<
String
,
Object
>
temph1
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
temph1
=
new
HashMap
<>();
temph1
.
put
(
"fid"
,
"no"
);
temph1
.
put
(
"fid"
,
"no"
);
temph1
.
put
(
"dataIndex"
,
"no"
);
temph1
.
put
(
"dataIndex"
,
"no"
);
...
@@ -1382,6 +1393,7 @@ public class PointServiceImpl implements IPointService {
...
@@ -1382,6 +1393,7 @@ public class PointServiceImpl implements IPointService {
temph1
.
put
(
"title"
,
"编号"
);
temph1
.
put
(
"title"
,
"编号"
);
temph1
.
put
(
"type"
,
"no"
);
temph1
.
put
(
"type"
,
"no"
);
temph1
.
put
(
"key"
,
"no"
);
temph1
.
put
(
"key"
,
"no"
);
temph1
.
put
(
"idVisable"
,
false
);
HashMap
<
String
,
Object
>
temph2
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
temph2
=
new
HashMap
<>();
temph2
.
put
(
"fid"
,
"name"
);
temph2
.
put
(
"fid"
,
"name"
);
temph2
.
put
(
"dataIndex"
,
"name"
);
temph2
.
put
(
"dataIndex"
,
"name"
);
...
@@ -1433,6 +1445,7 @@ public class PointServiceImpl implements IPointService {
...
@@ -1433,6 +1445,7 @@ public class PointServiceImpl implements IPointService {
temph8
.
put
(
"key"
,
"errorMsg"
);
temph8
.
put
(
"key"
,
"errorMsg"
);
colModel
.
add
(
temph1
);
colModel
.
add
(
temph1
);
colModel
.
add
(
temph0
);
colModel
.
add
(
temph2
);
colModel
.
add
(
temph2
);
// colModel.add(temph3);
// colModel.add(temph3);
colModel
.
add
(
temph4
);
colModel
.
add
(
temph4
);
...
...
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