|
@@ -157,7 +157,7 @@ public class CourseReviewServiceImpl extends BaseServiceImpl<Integer, CourseSche
|
|
courseScheduleReview.setEducationalTeacherId(practiceGroup.getEducationalTeacherId());
|
|
courseScheduleReview.setEducationalTeacherId(practiceGroup.getEducationalTeacherId());
|
|
courseScheduleReview.setStudentId(practiceGroup.getStudentId());
|
|
courseScheduleReview.setStudentId(practiceGroup.getStudentId());
|
|
courseScheduleReview.setCreateTime(date);
|
|
courseScheduleReview.setCreateTime(date);
|
|
- courseSchedule.setUpdateTime(date);
|
|
|
|
|
|
+ courseScheduleReview.setUpdateTime(date);
|
|
long num = courseScheduleReviewDao.insert(courseScheduleReview);
|
|
long num = courseScheduleReviewDao.insert(courseScheduleReview);
|
|
if (num <= 0) {
|
|
if (num <= 0) {
|
|
throw new BizException("评论提交失败,请重试");
|
|
throw new BizException("评论提交失败,请重试");
|