Просмотр исходного кода

展示分润不发过期机具消息

lichunlei 3 лет назад
Родитель
Сommit
b38473499e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      AppStart/Helper/SycnProfitServiceV2.cs

+ 2 - 2
AppStart/Helper/SycnProfitServiceV2.cs

@@ -40,13 +40,13 @@ namespace MySystem
                         {
                             DoTradeProfit(BrandId, date, SysUserName);
                             DoSubsidyProfit(BrandId, date);
-                            RedisDbconn.Instance.AddList("PosExpiredRingQueue", 1);
+                            // RedisDbconn.Instance.AddList("PosExpiredRingQueue", "1");
                         }
                         else if (OpType == 1)
                         {
                             DoTradeProfit2(BrandId, date, SysUserName);
                             DoSubsidyProfit2(BrandId, date);
-                            RedisDbconn.Instance.AddList("PosExpiredPayQueue", 1);
+                            RedisDbconn.Instance.AddList("UserMonthFeeQueue", "1");
                         }
                         function.WriteLog(DateTime.Now.ToString() + "\r\n\r\n", "同步分润数据");
                     }