浏览代码

屏蔽机具数据推送

lcl 8 月之前
父节点
当前提交
59de761d62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AppStart/Helper/PosPushDataHelper.cs

+ 1 - 1
AppStart/Helper/PosPushDataHelper.cs

@@ -139,7 +139,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));
         }
     }
 }