Browse Source

客小爽订单推送问题

lcl 1 year ago
parent
commit
d1fa924ada
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Service/KxsOrderService.cs

+ 1 - 1
AppStart/Service/KxsOrderService.cs

@@ -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