From 44e46b3ee2abc7125ad1af253bc7541fb084e664 Mon Sep 17 00:00:00 2001 From: “wangming” <“wangming@antissoft.com”> Date: Fri, 19 Sep 2025 18:15:57 +0800 Subject: [PATCH] Remove unused eventId parameter from LqEventService methods to streamline code and improve clarity. --- netcore/src/Modularity/Extend/NCC.Extend/LqEventService.cs | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/netcore/src/Modularity/Extend/NCC.Extend/LqEventService.cs b/netcore/src/Modularity/Extend/NCC.Extend/LqEventService.cs index 8b9ad64..86853d8 100644 --- a/netcore/src/Modularity/Extend/NCC.Extend/LqEventService.cs +++ b/netcore/src/Modularity/Extend/NCC.Extend/LqEventService.cs @@ -519,7 +519,6 @@ namespace NCC.Extend.LqEvent /// - FailData: 失败的数据列表(包含错误信息) /// /// Excel文件 - /// 拓客活动ID /// 导入结果 /// 导入完成,返回成功和失败的数据统计 /// 请求参数错误或文件格式不正确 @@ -601,7 +600,6 @@ namespace NCC.Extend.LqEvent var successData = new NCC.Extend.Entitys.Dto.LqEventUser.LqEventUserCrInput { Id = YitIdHelper.NextId().ToString(), - EventId = eventId, UserId = user.Id, DepId = user.OrganizeId, TeamName = row.TeamName, -- libgit2 0.21.4