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