修改质量接口
This commit is contained in:
parent
2b35927d70
commit
aac190a82e
|
|
@ -235,7 +235,7 @@ namespace BLL
|
||||||
cd.Place = list.Place;
|
cd.Place = list.Place;
|
||||||
cd.TeachHour = list.TeachHour;
|
cd.TeachHour = list.TeachHour;
|
||||||
cd.TrainPersonNum = list.TrainPersonNum;
|
cd.TrainPersonNum = list.TrainPersonNum;
|
||||||
cd.RealTrainPersons = list.RealTrainPersons;
|
cd.RealTrainPersons = list.RealTrainPersons + "$" + Person_PersonsService.getPersonsNamesPersonIds(list.RealTrainPersons);
|
||||||
cd.CompileDate = list.CompileDate;
|
cd.CompileDate = list.CompileDate;
|
||||||
cd.CompileMan = list.CompileMan + "$" + list.CompileManName;
|
cd.CompileMan = list.CompileMan + "$" + list.CompileManName;
|
||||||
cd.AttachUrl = AttachFileService.getFileUrl(list.TrainPlanId);
|
cd.AttachUrl = AttachFileService.getFileUrl(list.TrainPlanId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue