id, message_id, context, create_time
delete from university_reply
where id = #{id,jdbcType=INTEGER}
delete from university_reply
where message_id = #{id,jdbcType=INTEGER}
insert into university_reply (message_id, context,
create_time)
values (#{messageId,jdbcType=INTEGER}, #{context,jdbcType=VARCHAR},
GETDATE())
insert into university_reply
id,
message_id,
context,
create_time,
#{id,jdbcType=INTEGER},
#{messageId,jdbcType=INTEGER},
#{context,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update university_reply
message_id = #{messageId,jdbcType=INTEGER},
context = #{context,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update university_reply
set message_id = #{messageId,jdbcType=INTEGER},
context = #{context,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}