Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
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
TCM
tcm-system
Commits
42d8ed9c
Commit
42d8ed9c
authored
Jul 05, 2019
by
zjy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user/role/tright 7.5
parent
2d6c3e88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
CompanyServiceImpl.java
...ngding/web/authority/service/impl/CompanyServiceImpl.java
+3
-6
No files found.
src/main/java/com/pangding/web/authority/service/impl/CompanyServiceImpl.java
View file @
42d8ed9c
...
@@ -753,14 +753,11 @@ public class CompanyServiceImpl implements CompanyService{
...
@@ -753,14 +753,11 @@ public class CompanyServiceImpl implements CompanyService{
companyExtendGetReqVo
.
setQrCode
(
reqVo
.
getQrCode
());
companyExtendGetReqVo
.
setQrCode
(
reqVo
.
getQrCode
());
CompanyExtendVo
companyExtendVo
=
companyExtendDaoImpl
.
load
(
companyExtendGetReqVo
,
CompanyExtendVo
.
class
);
CompanyExtendVo
companyExtendVo
=
companyExtendDaoImpl
.
load
(
companyExtendGetReqVo
,
CompanyExtendVo
.
class
);
if
(
null
==
companyExtendVo
){
if
(
null
==
companyExtendVo
){
throw
new
CodeException
(
"未查询到对应公司数据"
)
;
return
null
;
}
}
CompanyGetReqVo
companyGetReqVo
=
new
CompanyGetReqVo
();
CompanyGetReqVo
companyGetReqVo
=
new
CompanyGetReqVo
();
companyGetReqVo
.
setId
(
companyExtendVo
.
getId
());
companyGetReqVo
.
setId
(
companyExtendVo
.
getId
());
CompanyVo
companyVo
=
companyDao
.
load
(
companyGetReqVo
,
CompanyVo
.
class
);
if
(
null
==
companyVo
){
return
companyDao
.
load
(
companyGetReqVo
,
CompanyVo
.
class
);
throw
new
CodeException
(
"未查询到对应公司数据"
);
}
return
companyVo
;
}
}
}
}
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