select user_id, dept_id, post_id, phone, id_card, bank_card from oa_employee_info insert into oa_employee_info user_id, dept_id, post_id, phone, id_card, bank_card, #{userId}, #{deptId}, #{postId}, #{phone}, #{idCard}, #{bankCard}, update oa_employee_info dept_id = #{deptId}, post_id = #{postId}, phone = #{phone}, id_card = #{idCard}, bank_card = #{bankCard}, where user_id = #{userId} delete from oa_employee_info where user_id = #{userId} delete from oa_employee_info where user_id in #{userId}