...
|
...
|
@@ -136,7 +136,8 @@ public class RealNameAuthorizeServiceImpl implements IRealNameAuthorizeService { |
|
|
public void directBindUserAlipayAccountInfo(RealNameAuthorizeReqVO reqVO) {
|
|
|
int uid = reqVO.getUid();
|
|
|
if (getValidAuthorizeInfo(uid) != null) {
|
|
|
userAuthorizeInfoDao.updateToUnValidStatusByUid(uid, DateUtil.getCurrentTimeSecond());
|
|
|
logger.warn("directBindUserAlipayAccountInfo 已经绑定过reqVO is {}",reqVO);
|
|
|
return;
|
|
|
}
|
|
|
saveAuthorizeInfo(reqVO);
|
|
|
}
|
...
|
...
|
|