三库
This commit is contained in:
@@ -351,6 +351,13 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
||||
BLL.EduTrain_TrainRecordDetailService.UpdateTrainDetail(detail);
|
||||
}
|
||||
}
|
||||
//更新三库教育培训
|
||||
string message = string.Empty;
|
||||
SanKuDataSummaryReportService.UpdateTrainingRecord(this.TrainingId, ref message);
|
||||
if (!string.IsNullOrWhiteSpace(message))
|
||||
{
|
||||
ShowNotify(message, MessageBoxIcon.Warning);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user