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