...
|
...
|
@@ -209,7 +209,7 @@ public class StoredSellerDepositServiceImpl implements IStoredSellerDepositServi |
|
|
String aliPayAccount = getAlipayAccount(uid);
|
|
|
if(StringUtils.isBlank(aliPayAccount)){
|
|
|
logger.error("quitStoredSeller not allowed cause of aliPayAccount is blank ,uid {}" ,uid);
|
|
|
throw new UfoServiceException(400,"商户存在出售中商品,不允许退驻!");
|
|
|
throw new UfoServiceException(400,"支付宝账号未绑定,不允许退驻!");
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|