lcl 7 сар өмнө
parent
commit
723800cb0f

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