Compare commits

..

No commits in common. "8c97479b1ce5deaab9c876878436b4cd50a180b9" and "22352fc2b0d58d57eb3ff3260d539f1abc8ba946" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -1091,8 +1091,6 @@ 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);