From 0ede4e0d816788bc300e13dce71cb04ae613b361 Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Mon, 27 Mar 2023 20:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A8=E9=87=8F=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/CQMS/Train/CQMS_TrainPlanService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/BLL/CQMS/Train/CQMS_TrainPlanService.cs b/SGGL/BLL/CQMS/Train/CQMS_TrainPlanService.cs index 49a92fd7..475a0175 100644 --- a/SGGL/BLL/CQMS/Train/CQMS_TrainPlanService.cs +++ b/SGGL/BLL/CQMS/Train/CQMS_TrainPlanService.cs @@ -230,7 +230,7 @@ namespace BLL cd.TrainTypeId = list.TrainTypeId + "$" + list.TrainTypeName; cd.TrainContent = list.TrainContent; cd.PlanTrainDate = list.PlanTrainDate; - cd.HostMan = list.HostMan; + cd.HostMan = list.HostMan + "$" + BLL.Person_PersonsService.getPersonsNamesPersonIds(list.HostMan); cd.RealTrainDate = list.RealTrainDate; cd.Place = list.Place; cd.TeachHour = list.TeachHour;