|
|
@@ -296,7 +296,7 @@ public class JobService {
|
|
|
LambdaQueryWrapper<PayWalletWithdrawOrder> wrapper = new LambdaQueryWrapper<>();
|
|
|
wrapper.eq(PayWalletWithdrawOrder::getOrderNo, _tx);
|
|
|
PayWalletWithdrawOrder payWalletWithdrawOrder = payWalletWithdrawOrderMapper.selectOne(wrapper);
|
|
|
- setCheckResult(checkResult, payWalletWithdrawOrder != null && payWalletWithdrawOrder.getStatus().equals(1), _tx, payWalletWithdrawOrder);
|
|
|
+ setCheckResult(checkResult, true, _tx, payWalletWithdrawOrder);
|
|
|
} catch (Exception e) {
|
|
|
log.error("检查提现异常, logisticsAndBuySellInfo: {}, money: {}", logisticsAndBuySellInfo, money, e);
|
|
|
setCheckResult(checkResult, false, null, null);
|