Browse Source

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

lichunlei 3 năm trước cách đây
mục cha
commit
b38473499e

+ 2 - 2
AppStart/Helper/SycnProfitServiceV2.cs

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