浏览代码

客小爽订单推送问题

lcl 1 年之前
父节点
当前提交
d1fa924ada
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AppStart/Service/KxsOrderService.cs

+ 1 - 1
AppStart/Service/KxsOrderService.cs

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