Эх сурвалжийг харах

客小爽订单推送问题

lcl 1 жил өмнө
parent
commit
d1fa924ada

+ 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