|
|
@@ -50,7 +50,7 @@ namespace MySystem
|
|
|
DoUserProfit(date);
|
|
|
DoUserServiceFee();
|
|
|
//扣过期机具费
|
|
|
- RedisDbconn.Instance.AddList("DoChargeAmountQueue", "0");
|
|
|
+ // RedisDbconn.Instance.AddList("DoChargeAmountQueue", "0");
|
|
|
}
|
|
|
}
|
|
|
function.WriteLog(DateTime.Now.ToString() + "\r\n\r\n", "同步分润数据");
|
|
|
@@ -284,7 +284,7 @@ namespace MySystem
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
-
|
|
|
+
|
|
|
#region 扣过期机具费
|
|
|
|
|
|
private void DoExpiredPosFee()
|