修改质量会议及培训
This commit is contained in:
@@ -197,7 +197,7 @@ namespace FineUIPro.Web.CQMS.Train
|
||||
string[] strs = PlanTrainPersons.ToString().Split(',');
|
||||
foreach (var item in strs)
|
||||
{
|
||||
names += BLL.Person_PersonsService.GetPersonsNameById(item) + ",";
|
||||
names += BLL.CQMSTrainObjectService.GetTrainObjectNameById(item) + ",";
|
||||
}
|
||||
if (!string.IsNullOrEmpty(names))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user