配置充电停车优惠

This commit is contained in:
Guoqs
2025-02-18 09:42:37 +08:00
parent afdebd9dc6
commit 154a7f35b6
9 changed files with 79 additions and 37 deletions

View File

@@ -27,7 +27,6 @@ import com.jsowell.common.exception.BusinessException;
import com.jsowell.common.util.AdapayUtil;
import com.jsowell.common.util.DateUtils;
import com.jsowell.common.util.StringUtils;
import com.jsowell.common.util.YKCUtils;
import com.jsowell.common.util.id.SnowflakeIdWorker;
import com.jsowell.pile.domain.*;
import com.jsowell.pile.domain.ebike.deviceupload.EBikeMessageCmd03;
@@ -480,10 +479,11 @@ public class DelayMerchantProgramLogic extends AbstractProgramLogic {
transactionService.doUpdateOrder(dto);
// 不在新分账逻辑站点列表中的, 可以走退款逻辑
if (!YKCUtils.getNewLogicStationIdList().contains(orderBasicInfo.getStationId())) {
// 订单退款
refundOrder(orderBasicInfo);
}
// 2025年2月18日09点17分 全部订单改为实时分账
// if (!YKCUtils.getNewLogicStationIdList().contains(orderBasicInfo.getStationId())) {
// // 订单退款
// refundOrder(orderBasicInfo);
// }
// 订单退款
// refundOrder(orderBasicInfo);