1
This commit is contained in:
@@ -129,7 +129,7 @@ namespace BLL
|
|||||||
PlanId = x.PlanId,
|
PlanId = x.PlanId,
|
||||||
StartTime = x.StartTime,
|
StartTime = x.StartTime,
|
||||||
EndTime = x.EndTime,
|
EndTime = x.EndTime,
|
||||||
LearningTime = x.LearnTime,
|
LearningTime = x.LearnTime ?? 0,
|
||||||
AttachTime = y.LearningTime,
|
AttachTime = y.LearningTime,
|
||||||
VideoProgress = x.VideoProgress,
|
VideoProgress = x.VideoProgress,
|
||||||
PersonId = x.PersonId,
|
PersonId = x.PersonId,
|
||||||
|
|||||||
Reference in New Issue
Block a user