Преглед изворни кода

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

lichunlei пре 3 година
родитељ
комит
c759eb61b1
1 измењених фајлова са 2 додато и 0 уклоњено
  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", "同步分润数据");
                     }