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
849b695d
Commit
849b695d
authored
Jun 06, 2022
by
lisong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
443d3e61
3474dae7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ConfirmAlarmServiceImpl.java
...oin/equipmanage/service/impl/ConfirmAlarmServiceImpl.java
+2
-2
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/ConfirmAlarmServiceImpl.java
View file @
849b695d
...
...
@@ -427,8 +427,8 @@ public class ConfirmAlarmServiceImpl extends ServiceImpl<ConfirmAlarmMapper, Equ
confirmAlamVo
.
setUnitInvolvedId
(
equipmentSpecific
.
getAgencyId
());
confirmAlamVo
.
setUnitInvolvedName
(
unitMap
.
getString
(
"bizOrgName"
));
confirmAlamVo
.
setAddress
(
address
==
null
?
jsonObject
.
getString
(
"companyLocation"
):
address
);
confirmAlamVo
.
setLongitude
(
l
atitude
==
null
?
jsonObject
.
getDouble
(
"longitude"
):
Double
.
valueOf
(
lat
itude
));
confirmAlamVo
.
setLatitude
(
l
ongitude
==
null
?
jsonObject
.
getDouble
(
"latitude"
):
Double
.
valueOf
(
long
itude
));
confirmAlamVo
.
setLongitude
(
l
ongitude
==
null
?
jsonObject
.
getDouble
(
"longitude"
):
Double
.
valueOf
(
long
itude
));
confirmAlamVo
.
setLatitude
(
l
atitude
==
null
?
jsonObject
.
getDouble
(
"latitude"
):
Double
.
valueOf
(
lat
itude
));
}
try
{
// 机场人员
...
...
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