Showing
1 changed file
with
1 additions
and
1 deletions
@@ -699,7 +699,7 @@ public class PaymentServiceImpl implements IPaymentService { | @@ -699,7 +699,7 @@ public class PaymentServiceImpl implements IPaymentService { | ||
699 | throw new ServiceException(400, "不合法的金额:" + amount); | 699 | throw new ServiceException(400, "不合法的金额:" + amount); |
700 | } | 700 | } |
701 | 701 | ||
702 | - if (StringUtils.isBlank(alipayAccount)) { | 702 | + if (StringUtils.isBlank(alipayAccount) && StringUtils.isBlank(alipayId) ) { |
703 | logger.warn("transAllEarnestErr uid {} 支付宝账号不合法", alipayAccount); | 703 | logger.warn("transAllEarnestErr uid {} 支付宝账号不合法", alipayAccount); |
704 | record.setTradeStatus(201); | 704 | record.setTradeStatus(201); |
705 | addTradeBills(record); | 705 | addTradeBills(record); |
-
Please register or login to post a comment