|
@@ -33,6 +33,7 @@
|
|
<result property="courseDay" column="course_day" />
|
|
<result property="courseDay" column="course_day" />
|
|
<result property="chatId" column="chat_id" />
|
|
<result property="chatId" column="chat_id" />
|
|
<result property="openCommentStatus" column="open_comment_status" />
|
|
<result property="openCommentStatus" column="open_comment_status" />
|
|
|
|
+ <result property="isSampSend" column="is_samp_send" />
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectQwSopVo">
|
|
<sql id="selectQwSopVo">
|
|
@@ -429,6 +430,8 @@
|
|
<if test="data.isRating != null">is_rating = #{data.isRating},</if>
|
|
<if test="data.isRating != null">is_rating = #{data.isRating},</if>
|
|
<if test="data.courseDay != null">course_day = #{data.courseDay},</if>
|
|
<if test="data.courseDay != null">course_day = #{data.courseDay},</if>
|
|
<if test="data.openCommentStatus != null">open_comment_status = #{data.openCommentStatus},</if>
|
|
<if test="data.openCommentStatus != null">open_comment_status = #{data.openCommentStatus},</if>
|
|
|
|
+ <if test="data.chatId != null">chat_id = #{data.chatId},</if>
|
|
|
|
+ <if test="data.isSampSend != null">is_samp_send = #{data.isSampSend},</if>
|
|
</trim>
|
|
</trim>
|
|
where id = #{data.id}
|
|
where id = #{data.id}
|
|
</update>
|
|
</update>
|