From 8081be524b52eb0b223a3a8ffdb15d88c8dff301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Mon, 3 Mar 2025 18:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Model/ViewModels/BaseResult.cs | 2 +- New_College.Services/D_LongIdMapServices.cs | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/New_College.Model/ViewModels/BaseResult.cs b/New_College.Model/ViewModels/BaseResult.cs index bc53b49..2e8ec8c 100644 --- a/New_College.Model/ViewModels/BaseResult.cs +++ b/New_College.Model/ViewModels/BaseResult.cs @@ -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 Ids { get; set; } diff --git a/New_College.Services/D_LongIdMapServices.cs b/New_College.Services/D_LongIdMapServices.cs index 020a088..a9c7d3e 100644 --- a/New_College.Services/D_LongIdMapServices.cs +++ b/New_College.Services/D_LongIdMapServices.cs @@ -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,