select id, examinee_id, customer_code, major_category_code, state, ranking, create_time from sy_test_select_category insert into sy_test_select_category examinee_id, customer_code, major_category_code, state, ranking, create_time, #{examineeId}, #{customerCode}, #{majorCategoryCode}, #{state}, #{ranking}, #{createTime}, update sy_test_select_category examinee_id = #{examineeId}, customer_code = #{customerCode}, major_category_code = #{majorCategoryCode}, state = #{state}, ranking = #{ranking}, create_time = #{createTime}, where id = #{id} delete from sy_test_select_category where id = #{id} delete from sy_test_select_category where id in #{id}