From aac190a82e7385342e38690797e1a6b71186a776 Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Mon, 27 Mar 2023 17:19:56 +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 1b9871bf..49a92fd7 100644 --- a/SGGL/BLL/CQMS/Train/CQMS_TrainPlanService.cs +++ b/SGGL/BLL/CQMS/Train/CQMS_TrainPlanService.cs @@ -235,7 +235,7 @@ namespace BLL cd.Place = list.Place; cd.TeachHour = list.TeachHour; cd.TrainPersonNum = list.TrainPersonNum; - cd.RealTrainPersons = list.RealTrainPersons; + cd.RealTrainPersons = list.RealTrainPersons + "$" + Person_PersonsService.getPersonsNamesPersonIds(list.RealTrainPersons); cd.CompileDate = list.CompileDate; cd.CompileMan = list.CompileMan + "$" + list.CompileManName; cd.AttachUrl = AttachFileService.getFileUrl(list.TrainPlanId);