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
2a120aa3
Commit
2a120aa3
authored
Mar 31, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.96333地图搜索联系人字段取错
parent
1f18b752
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ElevatorMapper.xml
...le-96333-api/src/main/resources/mapper/ElevatorMapper.xml
+1
-1
UseUnitController.java
...oot/module/elevator/biz/controller/UseUnitController.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-api/src/main/resources/mapper/ElevatorMapper.xml
View file @
2a120aa3
...
...
@@ -542,7 +542,7 @@
ibjui.USE_UNIT_NAME as useUnitName,
tbei.address AS address,
tbei.sequence_nbr AS unitId,
tbei.contact_phone as
duty
Phone,
tbei.contact_phone as
unitContact
Phone,
u."name" as mainChargePersonName,
u.phone as mainChargePhone
FROM
...
...
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/java/com/yeejoin/amos/boot/module/elevator/biz/controller/UseUnitController.java
View file @
2a120aa3
...
...
@@ -230,7 +230,7 @@ public class UseUnitController extends BaseController {
throw
new
BadRequest
(
"使用单位未找到"
);
}
UseUnitDto
useUnitVo
=
new
UseUnitDto
();
useUnitVo
.
set
DutyPhone
(
ObjectUtils
.
isEmpty
(
useUnitMap
.
get
(
"dutyPhone"
))
?
null
:
String
.
valueOf
(
useUnitMap
.
get
(
"duty
Phone"
)));
useUnitVo
.
set
PrincipalPhone
(
ObjectUtils
.
isEmpty
(
useUnitMap
.
get
(
"unitContactPhone"
))
?
null
:
String
.
valueOf
(
useUnitMap
.
get
(
"unitContact
Phone"
)));
useUnitVo
.
setUseUnitName
(
ObjectUtils
.
isEmpty
(
useUnitMap
.
get
(
"useUnitName"
))
?
null
:
String
.
valueOf
(
useUnitMap
.
get
(
"useUnitName"
)));
useUnitVo
.
setAddress
(
ObjectUtils
.
isEmpty
(
useUnitMap
.
get
(
"address"
))
?
null
:
String
.
valueOf
(
useUnitMap
.
get
(
"address"
)));
useUnitVo
.
setSequenceNbr
(
ObjectUtils
.
isEmpty
(
useUnitMap
.
get
(
"unitId"
))
?
null
:
Long
.
valueOf
(
useUnitMap
.
get
(
...
...
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