|
@@ -61,7 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectFsUserCourseVideoByVideoId" parameterType="Long" resultMap="FsUserCourseVideoResult">
|
|
|
<include refid="selectFsUserCourseVideoVo"/>
|
|
|
- where video_id = #{videoId} and user_id = #{userId}
|
|
|
+ where video_id = #{videoId}
|
|
|
</select>
|
|
|
|
|
|
<insert id="insertFsUserCourseVideo" parameterType="FsUserCourseVideo" useGeneratedKeys="true" keyProperty="videoId">
|