zouxuan 3 éve
szülő
commit
243aa5e288

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/StudentAttendanceMapper.xml

@@ -40,6 +40,6 @@
 	</select>
     <select id="findByUserIdAndCourseId" resultMap="BaseResultMap">
         select * from student_attendance where student_id_ = #{userId} and
-        course_schedule_id_ = #{courseId} LIMIT 1
+        course_schedule_id_ = #{scheduleId} LIMIT 1
     </select>
 </mapper>