Showing
1 changed file
with
2 additions
and
1 deletions
@@ -136,7 +136,8 @@ public class RealNameAuthorizeServiceImpl implements IRealNameAuthorizeService { | @@ -136,7 +136,8 @@ public class RealNameAuthorizeServiceImpl implements IRealNameAuthorizeService { | ||
136 | public void directBindUserAlipayAccountInfo(RealNameAuthorizeReqVO reqVO) { | 136 | public void directBindUserAlipayAccountInfo(RealNameAuthorizeReqVO reqVO) { |
137 | int uid = reqVO.getUid(); | 137 | int uid = reqVO.getUid(); |
138 | if (getValidAuthorizeInfo(uid) != null) { | 138 | if (getValidAuthorizeInfo(uid) != null) { |
139 | - userAuthorizeInfoDao.updateToUnValidStatusByUid(uid, DateUtil.getCurrentTimeSecond()); | 139 | + logger.warn("directBindUserAlipayAccountInfo 已经绑定过reqVO is {}",reqVO); |
140 | + return; | ||
140 | } | 141 | } |
141 | saveAuthorizeInfo(reqVO); | 142 | saveAuthorizeInfo(reqVO); |
142 | } | 143 | } |
-
Please register or login to post a comment