select id, open_id, identifier, name, phone, sex, age, marriage, title, speciality, introduction, hospital_id, del_flag, create_time, update_time from t_doctor insert into t_doctor open_id, identifier, name, phone, sex, age, marriage, title, speciality, introduction, hospital_id, del_flag, create_time, update_time, #{openId}, #{identifier}, #{name}, #{phone}, #{sex}, #{age}, #{marriage}, #{title}, #{speciality}, #{introduction}, #{hospitalId}, #{delFlag}, #{createTime}, #{updateTime}, update t_doctor open_id = #{openId}, identifier = #{identifier}, name = #{name}, phone = #{phone}, sex = #{sex}, age = #{age}, marriage = #{marriage}, title = #{title}, speciality = #{speciality}, introduction = #{introduction}, hospital_id = #{hospitalId}, del_flag = #{delFlag}, create_time = #{createTime}, update_time = #{updateTime}, where id = #{id} delete from t_doctor where id = #{id} delete from t_doctor where id in #{id}