@@ -79,6 +79,9 @@
<if test="cutOffTime!=null">
cut_off_time=#{cutOffTime,jdbcType= VARCHAR },
</if>
+ <if test="notice!=null">
+ notice_=#{notice,jdbcType= VARCHAR },
+ </if>
</set>
where id_=#{id}
</update>