新增 基础数据 更新时间

develop
old易 2024-03-11 09:24:54 +08:00
parent a0ee3677d8
commit 05bc0ce8c4
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ namespace New_College.Services
models.ScoreCount = c.IsVIP ? 10 : 3; models.ScoreCount = c.IsVIP ? 10 : 3;
models.SearchCount = c.IsVIP ? 9999 : 10; models.SearchCount = c.IsVIP ? 9999 : 10;
models.ShowCount = c.IsVIP ? 9999 : 10; models.ShowCount = c.IsVIP ? 9999 : 10;
models.ModifyTime = DateTime.Now;
modelslist.Add(models); modelslist.Add(models);
}); });
}); });