Browse Source

停止推送数据

lcl 6 tháng trước cách đây
mục cha
commit
d9d0ae1894
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)