Explorar o código

修复取消返现操作redis异常

lcl hai 1 ano
pai
achega
33cd80dcc4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/RedisDbconn.cs

+ 1 - 1
Util/RedisDbconn.cs

@@ -149,7 +149,7 @@ namespace MySystem
         #region 移除列表
         public long RemoveFromList(string key, object value, int count = 1)
         {            
-            return csredis.LRem(key, count, value);
+            return RedisHelper.LRem(key, count, value);
         }
         #endregion