Explorar o código

推送激活数据信息队列修改

lcl hai 11 meses
pai
achega
d2745c7e80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/Utils.cs

+ 1 - 1
Util/Utils.cs

@@ -337,7 +337,7 @@ namespace MySystem
             data += "\"actType\":\"" + actType + "\"";
             data += "}";
             function.WriteLog(DateTime.Now.ToString() + "\n" + data, "订单推送MQ日志");
-            RedisDbconn.Instance.AddList("KxsOrderQueue", data);
+            RedisDbconn.Instance.AddList("KxsActQueue", data);
         }
 
         #endregion