|
@@ -145,11 +145,11 @@ public class IdentityAuthenticationInfoServiceImpl extends ServiceImpl<IdentityA
|
|
public String addIdentityAuthenticationInfo(IdentityAuthenticationInfo identityAuthenticationInfo) throws ServiceException {
|
|
public String addIdentityAuthenticationInfo(IdentityAuthenticationInfo identityAuthenticationInfo) throws ServiceException {
|
|
|
|
|
|
// 银联三要素验证
|
|
// 银联三要素验证
|
|
- Map<String,String> stringMap = EntityAnalyse.checkPerson(identityAuthenticationInfo.getPayeeNumberCard(),identityAuthenticationInfo.getPayeeName(),identityAuthenticationInfo.getBankCard());
|
|
|
|
-
|
|
|
|
- if(!"01".equals(String.valueOf(stringMap.get("status")))){
|
|
|
|
- throw new AppServiceException(ExceptionDefinition.CHECK_SQL_UPDATE_FAILED);
|
|
|
|
- }
|
|
|
|
|
|
+// Map<String,String> stringMap = EntityAnalyse.checkPerson(identityAuthenticationInfo.getPayeeNumberCard(),identityAuthenticationInfo.getPayeeName(),identityAuthenticationInfo.getBankCard());
|
|
|
|
+//
|
|
|
|
+// if(!"01".equals(String.valueOf(stringMap.get("status")))){
|
|
|
|
+// throw new AppServiceException(ExceptionDefinition.CHECK_SQL_UPDATE_FAILED);
|
|
|
|
+// }
|
|
|
|
|
|
if (identityAuthenticationInfo.getInviteCompany()!=null){
|
|
if (identityAuthenticationInfo.getInviteCompany()!=null){
|
|
identityAuthenticationInfo.setCompId(identityAuthenticationInfo.getInviteCompany());
|
|
identityAuthenticationInfo.setCompId(identityAuthenticationInfo.getInviteCompany());
|