Explorar o código

扣过期机具费逻辑调整

lcl %!s(int64=3) %!d(string=hai) anos
pai
achega
b01d314b68
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      AppStart/Helper/SycnProfitServiceV3.cs

+ 2 - 1
AppStart/Helper/SycnProfitServiceV3.cs

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