Authored by Lixiaodi

增加ali转账 bug修改

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