@@ -431,6 +431,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseMapper, Course> impleme
if (examBefore != null) {
if (System.currentTimeMillis()/1000 > examBefore.getBeforeStartTime() && System.currentTimeMillis()/1000 < examBefore.getBeforeEndTime()) {
goodsUserVo.setBeforeStatus(1L);
+ goodsUserVo.setBeforeName(examBefore.getBeforeName());
}