## 加购升级支持待支付处理;

This commit is contained in:
cabbage 2025-10-22 16:47:39 +08:00
parent 6fbe41b251
commit 25cf069e1e
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) { if (isToBePay) {
// 2025.10.22 加购升级待支付不需要处理加购升级记录
saOrderExt.setAcAddUpgradeRecord(null);
processOrder(saOrderExt); processOrder(saOrderExt);
} else { } else {
redisService.setCacheObject(CacheConstants.TEMP_ORDER + orderParam.getCenterCodeId() + orderParam.getOrderCode(), saOrderExt, CacheConstants.MEMBER_REFRESH_TIME, TimeUnit.MINUTES); redisService.setCacheObject(CacheConstants.TEMP_ORDER + orderParam.getCenterCodeId() + orderParam.getOrderCode(), saOrderExt, CacheConstants.MEMBER_REFRESH_TIME, TimeUnit.MINUTES);