Authored by qinchao

提示修改

@@ -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