Jelajahi Sumber

分润展示提醒过期机具,到账后扣除过期机具费用

lichunlei 3 tahun lalu
induk
melakukan
c759eb61b1
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      AppStart/Helper/SycnProfitServiceV2.cs

+ 2 - 0
AppStart/Helper/SycnProfitServiceV2.cs

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