Compare commits
2 Commits
22352fc2b0
...
8c97479b1c
| Author | SHA1 | Date |
|---|---|---|
|
|
8c97479b1c | |
|
|
93e21fe98a |
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue