新增 基础数据 更新时间
parent
a0ee3677d8
commit
05bc0ce8c4
|
|
@ -101,6 +101,7 @@ namespace New_College.Services
|
|||
models.ScoreCount = c.IsVIP ? 10 : 3;
|
||||
models.SearchCount = c.IsVIP ? 9999 : 10;
|
||||
models.ShowCount = c.IsVIP ? 9999 : 10;
|
||||
models.ModifyTime = DateTime.Now;
|
||||
modelslist.Add(models);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue