增加即将到期天数以及订单总金额

This commit is contained in:
2025-08-10 14:26:03 +08:00
parent efc446ecb7
commit c92a468504

View File

@ -190,7 +190,7 @@ public class OrderServiceImpl implements OrderService {
}catch (Exception e){
log.warn("下单失败", e);
throw e;
} finally {
} finally {
redisUtil.deleteRedisLock(redisLockKey);
}
} else {