@@ -38,7 +38,7 @@ namespace MySystem
while (true)
{
string content = RedisDbconn.Instance.RPop<string>("DoProfitQueue");
- if(!string.IsNullOrEmpty(content) && DateTime.Now.Day < 14)
+ if(!string.IsNullOrEmpty(content) && DateTime.Now.Day < 21)
// StatProfiting();
ProfitBeforeHelper.Instance.StatProfiting();