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