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
58508ed3
Commit
58508ed3
authored
Aug 07, 2019
by
tangf
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.204/pd-new/pd-user
parents
3ea255e4
a38b5829
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
RegisterServiceImpl.java
...gding/web/authority/service/impl/RegisterServiceImpl.java
+3
-3
No files found.
src/main/java/com/pangding/web/authority/service/impl/RegisterServiceImpl.java
View file @
58508ed3
...
@@ -174,7 +174,7 @@ public class RegisterServiceImpl implements RegisterService {
...
@@ -174,7 +174,7 @@ public class RegisterServiceImpl implements RegisterService {
ObjectHelper
.
writeWithFrom
(
companyVo
,
resCompanyReqVo
);
ObjectHelper
.
writeWithFrom
(
companyVo
,
resCompanyReqVo
);
companyVo
.
setProductOrInterface
(
CompanyConstant
.
PRODUCT
);
companyVo
.
setProductOrInterface
(
CompanyConstant
.
PRODUCT
);
companyVo
.
setExamineStatus
(
0
);
companyVo
.
setExamineStatus
(
0
);
companyVo
.
setCompanyAttribute
(
re
sCompanyReqVo
.
getCompanyAttribution
());
companyVo
.
setCompanyAttribute
(
re
qVo
.
getCompanyAttribute
());
companyDaoImpl
.
update
(
companyVo
);
companyDaoImpl
.
update
(
companyVo
);
/*跟新用户表添加联系方式*/
/*跟新用户表添加联系方式*/
...
@@ -557,7 +557,7 @@ public class RegisterServiceImpl implements RegisterService {
...
@@ -557,7 +557,7 @@ public class RegisterServiceImpl implements RegisterService {
CompanyVo
companyVo1
=
new
CompanyVo
();
CompanyVo
companyVo1
=
new
CompanyVo
();
ObjectHelper
.
writeWithFrom
(
companyVo1
,
resCompanyReqVo
);
ObjectHelper
.
writeWithFrom
(
companyVo1
,
resCompanyReqVo
);
companyVo1
.
setProductOrInterface
(
CompanyConstant
.
PRODUCT
);
companyVo1
.
setProductOrInterface
(
CompanyConstant
.
PRODUCT
);
companyVo1
.
setCompanyAttribute
(
re
sCompanyReqVo
.
getCompanyAttribution
());
companyVo1
.
setCompanyAttribute
(
re
qVo
.
getCompanyAttribute
());
companyVo1
.
setExamineStatus
(
0
);
companyVo1
.
setExamineStatus
(
0
);
companyDaoImpl
.
update
(
companyVo1
);
companyDaoImpl
.
update
(
companyVo1
);
return
reqVo
.
getVerifyCode
();
return
reqVo
.
getVerifyCode
();
...
@@ -605,7 +605,7 @@ public class RegisterServiceImpl implements RegisterService {
...
@@ -605,7 +605,7 @@ public class RegisterServiceImpl implements RegisterService {
ObjectHelper
.
writeWithFrom
(
companyVo1
,
resCompanyReqVo
);
ObjectHelper
.
writeWithFrom
(
companyVo1
,
resCompanyReqVo
);
companyVo1
.
setProductOrInterface
(
CompanyConstant
.
PRODUCT
);
companyVo1
.
setProductOrInterface
(
CompanyConstant
.
PRODUCT
);
companyVo1
.
setExamineStatus
(
0
);
companyVo1
.
setExamineStatus
(
0
);
companyVo1
.
setCompanyAttribute
(
re
sCompanyReqVo
.
getCompanyAttribution
());
companyVo1
.
setCompanyAttribute
(
re
qVo
.
getCompanyAttribute
());
companyDaoImpl
.
update
(
companyVo1
);
companyDaoImpl
.
update
(
companyVo1
);
List
<
CompanyBankReqVo
>
bankList
=
resCompanyReqVo
.
getBankList
();
List
<
CompanyBankReqVo
>
bankList
=
resCompanyReqVo
.
getBankList
();
...
...
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