id, school_name, school_type, create_time
delete from sys_yx_school
where id = #{id,jdbcType=INTEGER}
insert into sys_yx_school
id,
school_name,
school_type,
create_time,
#{id,jdbcType=INTEGER},
#{schoolName,jdbcType=VARCHAR},
#{schoolType,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
update sys_yx_school
school_name = #{schoolName,jdbcType=VARCHAR},
school_type = #{schoolType,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}