1.支付完成清除缓存
This commit is contained in:
@@ -819,7 +819,9 @@ public class OrderService {
|
||||
redisUtil.saveMessage(RedisCst.OUT_NUMBER.concat(orderInfo.getShopId()),object.toString());
|
||||
orderId = orderInfo.getId();
|
||||
|
||||
redisUtil.saveMessage(currentOrderKey, orderInfo.getId().toString());
|
||||
if (isPrint) {
|
||||
redisUtil.saveMessage(currentOrderKey, orderInfo.getId().toString());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user