增加参数
parent
146a14d04b
commit
7c337f2073
|
|
@ -358,7 +358,7 @@ namespace New_College.Model.ViewModels
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Logo { get; set; }
|
public string Logo { get; set; }
|
||||||
|
|
||||||
|
public string Score { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 省市区名称
|
/// 省市区名称
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ namespace New_College.Repository
|
||||||
Sff = u.Sff == 1 ? true : false,
|
Sff = u.Sff == 1 ? true : false,
|
||||||
Sort = rank.Rank,
|
Sort = rank.Rank,
|
||||||
SubjectLevel = u.Subject_Level,
|
SubjectLevel = u.Subject_Level,
|
||||||
|
Score = string.IsNullOrWhiteSpace(rank.Score) || rank.Score == "0" ? "--" : rank.Score,
|
||||||
Uid = u.Id
|
Uid = u.Id
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
return response;
|
return response;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue