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

扣过期机具费逻辑调整

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

+ 2 - 1
AppStart/Helper/SycnProfitServiceV3.cs

@@ -49,7 +49,8 @@ namespace MySystem
                             {
                                 DoUserProfit(date);
                                 DoUserServiceFee();
-                                DoExpiredPosFee();
+                                //扣过期机具费
+                                RedisDbconn.Instance.AddList("DoChargeAmountQueue", "0");
                             }
                         }
                         function.WriteLog(DateTime.Now.ToString() + "\r\n\r\n", "同步分润数据");