Compare commits

..

2 Commits

1 changed files with 2 additions and 0 deletions

View File

@ -1091,6 +1091,8 @@ public class SaOrderServiceImpl extends ServiceImpl<SaOrderMapper, SaOrder> impl
}
if (isToBePay) {
// 2025.10.22 加购升级待支付不需要处理加购升级记录
saOrderExt.setAcAddUpgradeRecord(null);
processOrder(saOrderExt);
} else {
redisService.setCacheObject(CacheConstants.TEMP_ORDER + orderParam.getCenterCodeId() + orderParam.getOrderCode(), saOrderExt, CacheConstants.MEMBER_REFRESH_TIME, TimeUnit.MINUTES);