Browse Source

停止推送数据

lcl 6 months ago
parent
commit
d9d0ae1894
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/PosPushDataNewHelper.cs

+ 1 - 1
AppStart/Helper/PosPushDataNewHelper.cs

@@ -328,7 +328,7 @@ namespace MySystem
             Dictionary<string, object> data = new Dictionary<string, object>();
             data.Add("data_type", dataType);
             data.Add("data_content", dataContent);
-            RedisDbconn.Instance.AddList("KxsPosDataQueue", Newtonsoft.Json.JsonConvert.SerializeObject(data));
+            // RedisDbconn.Instance.AddList("KxsPosDataQueue", Newtonsoft.Json.JsonConvert.SerializeObject(data));
         }
 
         public static string getRequestId(int id, string type)