|
@ -7,7 +7,6 @@ import org.jeecg.modules.employAhthenticationCompany.entity.EmployAhthentication |
|
|
import org.jeecg.modules.employAhthenticationCompany.service.IEmployAhthenticationCompanyService; |
|
|
import org.jeecg.modules.employAhthenticationCompany.service.IEmployAhthenticationCompanyService; |
|
|
import org.jeecg.modules.employAuthenticationPerson.entity.EmployAuthenticationPerson; |
|
|
import org.jeecg.modules.employAuthenticationPerson.entity.EmployAuthenticationPerson; |
|
|
import org.jeecg.modules.employAuthenticationPerson.service.IEmployAuthenticationPersonService; |
|
|
import org.jeecg.modules.employAuthenticationPerson.service.IEmployAuthenticationPersonService; |
|
|
import org.jeecg.modules.employCompany.service.IEmployCompanyService; |
|
|
|
|
|
import org.jeecg.modules.hanHaiMember.entity.HanHaiMember; |
|
|
import org.jeecg.modules.hanHaiMember.entity.HanHaiMember; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
@ -28,9 +27,6 @@ public class AuthenticationServiceImpl implements AuthenticationService { |
|
|
@Resource |
|
|
@Resource |
|
|
private IEmployAhthenticationCompanyService employAhthenticationCompanyService; |
|
|
private IEmployAhthenticationCompanyService employAhthenticationCompanyService; |
|
|
|
|
|
|
|
|
//企业信息表 |
|
|
|
|
|
@Resource |
|
|
|
|
|
private IEmployCompanyService employCompanyService; |
|
|
|
|
|
/******************************************************************************************************************/ |
|
|
/******************************************************************************************************************/ |
|
|
|
|
|
|
|
|
//会员中心-个人实名认证 |
|
|
//会员中心-个人实名认证 |
|
|