This commit is contained in:
YAS\29473
2025-11-18 11:21:25 +08:00
parent 277fad8918
commit 04bce01583
2 changed files with 17 additions and 2 deletions

View File

@@ -1514,7 +1514,7 @@ public class TempService {
throw new RuntimeException("订单不是异常订单:" + orderCode);
}
if (!Objects.equals(orderBasicInfo.getPayMode(), PayModeEnum.PAYMENT_OF_WHITELIST.getValue())) {
if (!Objects.equals(orderBasicInfo.getPayMode(), "3")) {
throw new RuntimeException("订单不是白名单支付方式:" + orderCode);
}