瀏覽代碼

停止推送数据

lcl 10 月之前
父節點
當前提交
d9d0ae1894
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)