三库
This commit is contained in:
@@ -314,6 +314,14 @@ namespace BLL
|
||||
|
||||
|
||||
}
|
||||
//更新三库教育培训
|
||||
string message = string.Empty;
|
||||
SanKuDataSummaryReportService.UpdateTrainingRecord(newTrainRecord.TrainingId, ref message);
|
||||
//if (!string.IsNullOrWhiteSpace(message))
|
||||
//{
|
||||
// ShowNotify(message, MessageBoxIcon.Warning);
|
||||
//}
|
||||
|
||||
|
||||
////增加一条编码记录
|
||||
CodeRecordsService.InsertCodeRecordsByMenuIdProjectIdUnitId(Const.ProjectTrainRecordMenuId, newTrainRecord.ProjectId, null, newTrainRecord.TrainingId, newTrainRecord.TrainStartDate);
|
||||
|
||||
Reference in New Issue
Block a user