学习考试

This commit is contained in:
2024-05-24 17:51:17 +08:00
parent f3e7713083
commit b675dc1cb6
5 changed files with 52 additions and 23 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ namespace BLL
PersonId = item.UserId,
TrainingItemCode = dataItem.TrainingItemCode,
TrainingItemName = dataItem.TrainingItemName,
LearnTime = dataItem.LearningTime,
// LearnTime = dataItem.LearningTime,//秒 注释原因(2024-5-24):存储过程LearningTime是教材时长培训任务教材明细表中的学习时间字段LearnTime,不能复用)
LearnTime =0,
AttachUrl = dataItem.AttachUrl,
};