去掉不需要的参数
parent
ee51c96ac9
commit
8081be524b
|
|
@ -19,7 +19,7 @@ namespace New_College.Model.ViewModels
|
|||
|
||||
public class IdQuery
|
||||
{
|
||||
public long? CustomerId { get; set; }
|
||||
//public long? CustomerId { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
public List<int> Ids { get; set; }
|
||||
|
|
|
|||
|
|
@ -390,16 +390,16 @@ namespace New_College.Services
|
|||
{
|
||||
imgs = imglist.ImgList;
|
||||
}
|
||||
if (query.CustomerId.HasValue && query.CustomerId.Value > 0)
|
||||
{
|
||||
await d_MyHistory.Add(new D_MyHistoryInfo()
|
||||
{
|
||||
//if (query.CustomerId.HasValue && query.CustomerId.Value > 0)
|
||||
//{
|
||||
// await d_MyHistory.Add(new D_MyHistoryInfo()
|
||||
// {
|
||||
|
||||
OrderSort = 0,
|
||||
Type = 0,
|
||||
UId = query.CustomerId.Value
|
||||
});
|
||||
}
|
||||
// OrderSort = 0,
|
||||
// Type = 0,
|
||||
// UId = query.CustomerId.Value
|
||||
// });
|
||||
//}
|
||||
result.universityResult = new UniversityResult
|
||||
{
|
||||
Id = university.Id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue