delete from university_message where id = #{id,jdbcType=INTEGER} insert into university_message (title, context, phone, create_time) values (#{title,jdbcType=VARCHAR}, #{context,jdbcType=VARCHAR}, #{phone,jdbcType=VARCHAR}, GETDATE()) insert into university_message id, title, context, phone, create_time, #{id,jdbcType=INTEGER}, #{title,jdbcType=VARCHAR}, #{context,jdbcType=VARCHAR}, #{phone,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},