Showing
1 changed file
with
1 additions
and
1 deletions
@@ -209,7 +209,7 @@ public class StoredSellerDepositServiceImpl implements IStoredSellerDepositServi | @@ -209,7 +209,7 @@ public class StoredSellerDepositServiceImpl implements IStoredSellerDepositServi | ||
209 | String aliPayAccount = getAlipayAccount(uid); | 209 | String aliPayAccount = getAlipayAccount(uid); |
210 | if(StringUtils.isBlank(aliPayAccount)){ | 210 | if(StringUtils.isBlank(aliPayAccount)){ |
211 | logger.error("quitStoredSeller not allowed cause of aliPayAccount is blank ,uid {}" ,uid); | 211 | logger.error("quitStoredSeller not allowed cause of aliPayAccount is blank ,uid {}" ,uid); |
212 | - throw new UfoServiceException(400,"商户存在出售中商品,不允许退驻!"); | 212 | + throw new UfoServiceException(400,"支付宝账号未绑定,不允许退驻!"); |
213 | } | 213 | } |
214 | 214 | ||
215 | 215 |
-
Please register or login to post a comment