Commit 986a7e29 by ping.wu

代码写错分支,注释

parent bb34d77f
......@@ -85,7 +85,7 @@ public class OrderQueueService {
String redisKey = RedisKeyConstant.KGD_PAYMENT_CANCEL_OID + oid ;
//取消支付订单缓存
redisCache.save(redisKey, true, 180L, TimeUnit.MINUTES);
// redisCache.save(redisKey, true, 180L, TimeUnit.MINUTES);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment