增加即将到期天数以及订单总金额
This commit is contained in:
@ -190,7 +190,7 @@ public class OrderServiceImpl implements OrderService {
|
|||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
log.warn("下单失败", e);
|
log.warn("下单失败", e);
|
||||||
throw e;
|
throw e;
|
||||||
} finally {
|
} finally {
|
||||||
redisUtil.deleteRedisLock(redisLockKey);
|
redisUtil.deleteRedisLock(redisLockKey);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user