Authored by Lixiaodi

增加ali转账 bug修改

... ... @@ -699,7 +699,7 @@ public class PaymentServiceImpl implements IPaymentService {
throw new ServiceException(400, "不合法的金额:" + amount);
}
if (StringUtils.isBlank(alipayAccount)) {
if (StringUtils.isBlank(alipayAccount) && StringUtils.isBlank(alipayId) ) {
logger.warn("transAllEarnestErr uid {} 支付宝账号不合法", alipayAccount);
record.setTradeStatus(201);
addTradeBills(record);
... ...