@@ -25,7 +25,7 @@ namespace MySystem
{
while (true)
- string content = MpRedisDbconn.Instance.RPop<string>("KxsOrderQueue");
+ string content = RedisDbconn.Instance.RPop<string>("KxsOrderQueue");
if (!string.IsNullOrEmpty(content))
try