This commit is contained in:
parent
6390d40901
commit
76ffea4c03
|
@ -129,7 +129,7 @@ namespace BLL
|
|||
PlanId = x.PlanId,
|
||||
StartTime = x.StartTime,
|
||||
EndTime = x.EndTime,
|
||||
LearningTime = x.LearnTime,
|
||||
LearningTime = x.LearnTime ?? 0,
|
||||
AttachTime = y.LearningTime,
|
||||
VideoProgress = x.VideoProgress,
|
||||
PersonId = x.PersonId,
|
||||
|
|
Loading…
Reference in New Issue