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
51ef7f2c
Commit
51ef7f2c
authored
Dec 07, 2022
by
曹盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
2f572f2b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CompanyServiceImpl.java
.../boot/module/ugp/biz/service/impl/CompanyServiceImpl.java
+4
-1
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-biz/src/main/java/com/yeejoin/amos/boot/module/ugp/biz/service/impl/CompanyServiceImpl.java
View file @
51ef7f2c
...
...
@@ -174,8 +174,9 @@ public class CompanyServiceImpl extends BaseService<CompanyDto, Company, Company
Map
<
Long
,
List
<
RoleModel
>>
orgRoles
=
new
HashMap
<>();
Set
<
String
>
appCodeSet
=
new
HashSet
<>();
Company
company
=
companyMapper
.
selectById
(
sequenceNbr
);
if
(!
ValidationUtil
.
isEmpty
(
company
)&&
"已审核"
.
equals
(
company
.
getApproved
())){
company
.
setApproved
(
model
.
getApproved
());
if
(!
ValidationUtil
.
isEmpty
(
company
))
{
if
(
"已审核"
.
equals
(
company
.
getApproved
())){
final
CompanyModel
companyModel
=
new
CompanyModel
();
AgencyUserModel
agencyUserModel
=
new
AgencyUserModel
();
...
...
@@ -249,6 +250,8 @@ public class CompanyServiceImpl extends BaseService<CompanyDto, Company, Company
jsonObject
.
put
(
"isCheck"
,
companyModelFeignClient
.
getSequenceNbr
());
orgServiceImpl
.
dataHandling
(
jsonObject
,
OrgEnum
.
普通人员
.
getKey
(),
null
);
}
}
return
this
.
updateById
(
company
);
}
...
...
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