Commit 58508ed3 authored by tangf's avatar tangf

Merge branch 'master' of http://192.168.0.204/pd-new/pd-user

parents 3ea255e4 a38b5829
......@@ -174,7 +174,7 @@ public class RegisterServiceImpl implements RegisterService {
ObjectHelper.writeWithFrom(companyVo,resCompanyReqVo);
companyVo.setProductOrInterface(CompanyConstant.PRODUCT);
companyVo.setExamineStatus(0);
companyVo.setCompanyAttribute(resCompanyReqVo.getCompanyAttribution());
companyVo.setCompanyAttribute(reqVo.getCompanyAttribute());
companyDaoImpl.update(companyVo);
/*跟新用户表添加联系方式*/
......@@ -557,7 +557,7 @@ public class RegisterServiceImpl implements RegisterService {
CompanyVo companyVo1 = new CompanyVo();
ObjectHelper.writeWithFrom(companyVo1,resCompanyReqVo);
companyVo1.setProductOrInterface(CompanyConstant.PRODUCT);
companyVo1.setCompanyAttribute(resCompanyReqVo.getCompanyAttribution());
companyVo1.setCompanyAttribute(reqVo.getCompanyAttribute());
companyVo1.setExamineStatus(0);
companyDaoImpl.update(companyVo1);
return reqVo.getVerifyCode();
......@@ -605,7 +605,7 @@ public class RegisterServiceImpl implements RegisterService {
ObjectHelper.writeWithFrom(companyVo1,resCompanyReqVo);
companyVo1.setProductOrInterface(CompanyConstant.PRODUCT);
companyVo1.setExamineStatus(0);
companyVo1.setCompanyAttribute(resCompanyReqVo.getCompanyAttribution());
companyVo1.setCompanyAttribute(reqVo.getCompanyAttribute());
companyDaoImpl.update(companyVo1);
List<CompanyBankReqVo> bankList = resCompanyReqVo.getBankList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment