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
ec0f0083
Commit
ec0f0083
authored
May 24, 2023
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业管理相关问题修改
parent
4b6640df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TzBaseEnterpriseInfo.java
...amos/boot/module/tzs/api/entity/TzBaseEnterpriseInfo.java
+1
-1
TzBaseEnterpriseInfoServiceImpl.java
...tzs/biz/service/impl/TzBaseEnterpriseInfoServiceImpl.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/api/entity/TzBaseEnterpriseInfo.java
View file @
ec0f0083
...
...
@@ -180,5 +180,5 @@ public class TzBaseEnterpriseInfo extends BaseEntity {
private
String
qrCode
;
@ApiModelProperty
(
value
=
"行业主管部门"
)
private
Lo
ng
industrySupervisor
;
private
Stri
ng
industrySupervisor
;
}
amos-boot-system-tzs/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/service/impl/TzBaseEnterpriseInfoServiceImpl.java
View file @
ec0f0083
...
...
@@ -445,7 +445,7 @@ public class TzBaseEnterpriseInfoServiceImpl
tzBaseEnterpriseInfo
.
setContactPhone
(
ObjectUtils
.
isEmpty
(
map
.
get
(
"contactPhone"
))
?
null
:
String
.
valueOf
(
map
.
get
(
"contactPhone"
)));
tzBaseEnterpriseInfo
.
setUnitBusinessLicense
(
ObjectUtils
.
isEmpty
(
map
.
get
(
"unitBusinessLicense"
))
?
null
:
JSON
.
toJSONString
(
map
.
get
(
"unitBusinessLicense"
)));
tzBaseEnterpriseInfo
.
setUnitExequatur
(
ObjectUtils
.
isEmpty
(
map
.
get
(
"unitExequatur"
))
?
null
:
JSON
.
toJSONString
(
map
.
get
(
"unitExequatur"
)));
tzBaseEnterpriseInfo
.
setIndustrySupervisor
(
ObjectUtils
.
isEmpty
(
map
.
get
(
"industrySupervisor"
))
?
null
:
Long
.
valueOf
(
map
.
get
(
"industrySupervisor"
).
toString
(
)));
tzBaseEnterpriseInfo
.
setIndustrySupervisor
(
ObjectUtils
.
isEmpty
(
map
.
get
(
"industrySupervisor"
))
?
null
:
String
.
valueOf
(
map
.
get
(
"industrySupervisor"
)));
tzBaseEnterpriseInfo
.
setSafetyOne
(
ObjectUtils
.
isEmpty
(
map
.
get
(
"safetyOne"
))
?
null
:
String
.
valueOf
(
map
.
get
(
"safetyOne"
)));
tzBaseEnterpriseInfo
.
setSafetyOneId
(
ObjectUtils
.
isEmpty
(
map
.
get
(
"safetyOneId"
))
?
null
:
String
.
valueOf
(
map
.
get
(
"safetyOneId"
)));
...
...
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