|
@@ -186,7 +186,7 @@ public class UserProfileServiceImpl extends ServiceImpl<UserProfileMapper, UserP
|
|
|
add.setCurrentStatus(1L);
|
|
|
add.setChangeStatus(1);
|
|
|
//同步身份证到用户信息
|
|
|
- // getUserPicInfo(add);
|
|
|
+ getUserPicInfo(add);
|
|
|
return this.save(add);
|
|
|
}
|
|
|
|
|
@@ -216,7 +216,7 @@ public class UserProfileServiceImpl extends ServiceImpl<UserProfileMapper, UserP
|
|
|
update.setUpdateTime(DateUtils.getNowTime());
|
|
|
this.updateById(update);
|
|
|
//同步身份证到用户信息
|
|
|
- // getUserPicInfo(addProfile);
|
|
|
+ getUserPicInfo(addProfile);
|
|
|
return this.save(addProfile);
|
|
|
}
|
|
|
|
|
@@ -479,7 +479,7 @@ public class UserProfileServiceImpl extends ServiceImpl<UserProfileMapper, UserP
|
|
|
sendAuidit(update);
|
|
|
if (update.getStatus().equals(1)) {
|
|
|
//审核通过同步身份证到用户信息
|
|
|
- getUserPicInfo(update);
|
|
|
+ // getUserPicInfo(update);
|
|
|
}
|
|
|
//审核承诺书发送消息
|
|
|
// sendAuiditSMS(update);
|