Ver Fonte

add 对内评价接口

周箭河 há 5 anos atrás
pai
commit
dbfeab68bc

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/CourseReviewServiceImpl.java

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