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
33922893
Commit
33922893
authored
Jun 05, 2024
by
litengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
机场巡检记录改造
parent
2ecb096f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
PointServiceImpl.java
...n/amos/patrol/business/service/impl/PointServiceImpl.java
+9
-9
pointMapper.xml
...ystem-patrol/src/main/resources/db/mapper/pointMapper.xml
+1
-0
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 @
33922893
...
@@ -1126,15 +1126,15 @@ public class PointServiceImpl implements IPointService {
...
@@ -1126,15 +1126,15 @@ public class PointServiceImpl implements IPointService {
Map
<
String
,
Object
>
resp
=
new
HashMap
<
String
,
Object
>();
Map
<
String
,
Object
>
resp
=
new
HashMap
<
String
,
Object
>();
Map
<
String
,
Object
>
point
=
pointMapper
.
getPointById
(
id
);
Map
<
String
,
Object
>
point
=
pointMapper
.
getPointById
(
id
);
if
(
StringUtil
.
isNotEmpty
(
point
.
get
(
"depid"
)))
{
//
if (StringUtil.isNotEmpty(point.get("depid"))) {
List
<
LinkedHashMap
>
departmentBos
=
remoteSecurityService
.
listDepartmentByDeptIds
(
toke
,
product
,
appKey
,
point
.
get
(
"depid"
)
+
""
);
//
List<LinkedHashMap> departmentBos = remoteSecurityService.listDepartmentByDeptIds(toke, product, appKey, point.get("depid") + "");
if
(
departmentBos
!=
null
&&
departmentBos
.
size
()
>
0
)
{
//
if (departmentBos != null && departmentBos.size() > 0) {
for
(
int
i
=
0
;
i
<
departmentBos
.
size
();
i
++)
{
//
for (int i = 0; i < departmentBos.size(); i++) {
point
.
put
(
"departmentName"
,
departmentBos
.
get
(
i
).
get
(
"departmentName"
));
//
point.put("departmentName", departmentBos.get(i).get("departmentName"));
}
//
}
}
//
}
//
}
//
}
// deptName = checkPointBo.getExecuteDeptId();
// deptName = checkPointBo.getExecuteDeptId();
if
(
StringUtil
.
isNotEmpty
(
point
.
get
(
"userName"
)))
{
if
(
StringUtil
.
isNotEmpty
(
point
.
get
(
"userName"
)))
{
...
...
amos-boot-system-patrol/src/main/resources/db/mapper/pointMapper.xml
View file @
33922893
...
@@ -338,6 +338,7 @@
...
@@ -338,6 +338,7 @@
END) fixed,
END) fixed,
p.charge_person_name userName,
p.charge_person_name userName,
p.charge_dept_id depid,
p.charge_dept_id depid,
p.biz_org_name departmentName,
IFNULL(p.risk_source_id, '') as buildingId,
IFNULL(p.risk_source_id, '') as buildingId,
p.remark,
p.remark,
p.offline
p.offline
...
...
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