mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user