|
@@ -103,12 +103,12 @@
|
|
|
#{mailboxStatus},
|
|
#{mailboxStatus},
|
|
|
#{notifier},
|
|
#{notifier},
|
|
|
#{schoolId},
|
|
#{schoolId},
|
|
|
- #{mb_stuid},
|
|
|
|
|
- #{mb_student},
|
|
|
|
|
- #{mb_grade},
|
|
|
|
|
- #{mb_class},
|
|
|
|
|
- #{mb_ignore},
|
|
|
|
|
- #{mb_reply},
|
|
|
|
|
|
|
+ #{mbStuid},
|
|
|
|
|
+ #{mbStudent},
|
|
|
|
|
+ #{mbGrade},
|
|
|
|
|
+ #{mbClass},
|
|
|
|
|
+ #{mbIgnore},
|
|
|
|
|
+ #{mbReply},
|
|
|
#{mbCreatorname}
|
|
#{mbCreatorname}
|
|
|
)
|
|
)
|
|
|
</insert>
|
|
</insert>
|
|
@@ -126,13 +126,13 @@
|
|
|
<if test="mailboxStatus != null">`mailbox_status` = #{mailboxStatus}, </if>
|
|
<if test="mailboxStatus != null">`mailbox_status` = #{mailboxStatus}, </if>
|
|
|
<if test="notifier != null">`notifier` = #{notifier},</if>
|
|
<if test="notifier != null">`notifier` = #{notifier},</if>
|
|
|
<if test="schoolId != null"> `school_id` = #{schoolId}, </if>
|
|
<if test="schoolId != null"> `school_id` = #{schoolId}, </if>
|
|
|
- <if test="mbStuid != null"> mb_stuid = #{mbStuid}, </if>
|
|
|
|
|
- <if test="mbStudent != null"> mb_student = #{mbStudent}, </if>
|
|
|
|
|
- <if test="mbGrade != null"> mb_grade = #{mbGrade}, </if>
|
|
|
|
|
- <if test="mbClass != null"> mb_class = #{mbClass}, </if>
|
|
|
|
|
- <if test="mbIgnore != null"> mb_ignore = #{mbIgnore}, </if>
|
|
|
|
|
- <if test="mbReply != null"> mb_reply = #{mbReply}, </if>
|
|
|
|
|
- <if test="mbCreatorname != null">mb_creatorname = #{mbCreatorname} </if>
|
|
|
|
|
|
|
+ <if test="mbStuid != null"> `mb_stuid` = #{mbStuid}, </if>
|
|
|
|
|
+ <if test="mbStudent != null"> `mb_student` = #{mbStudent}, </if>
|
|
|
|
|
+ <if test="mbGrade != null"> `mb_grade` = #{mbGrade}, </if>
|
|
|
|
|
+ <if test="mbClass != null"> `mb_class` = #{mbClass}, </if>
|
|
|
|
|
+ <if test="mbIgnore != null"> `mb_ignore` = #{mbIgnore}, </if>
|
|
|
|
|
+ <if test="mbReply != null"> `mb_reply` = #{mbReply}, </if>
|
|
|
|
|
+ <if test="mbCreatorname != null">`mb_creatorname` = #{mbCreatorname} </if>
|
|
|
</set>
|
|
</set>
|
|
|
where mailbox_id = #{mailboxId}
|
|
where mailbox_id = #{mailboxId}
|
|
|
</update>
|
|
</update>
|