select id, user_id, customer_code, major_code, state, ranking, create_time from sy_test_select_major
insert into sy_test_select_major
user_id,customer_code,major_code,state,ranking,create_time,#{userId},#{customerCode},#{majorCode},#{state},#{ranking},#{createTime},
update sy_test_select_major
user_id = #{userId},customer_code = #{customerCode},major_code = #{majorCode},state = #{state},ranking = #{ranking},create_time = #{createTime},
where id = #{id}
delete from sy_test_select_major where id = #{id}
delete from sy_test_select_major where id in
#{id}