修改质量接口

This commit is contained in:
高飞 2023-03-27 17:19:56 +08:00
parent 2b35927d70
commit aac190a82e
1 changed files with 1 additions and 1 deletions

View File

@ -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);