select id, xm_id, xmbh, xmmc, create_by, create_time, update_by, update_time, is_del, name, address, idcode, phone from xm_project_persion insert into xm_project_persion xm_id, xmbh, xmmc, create_by, create_time, update_by, update_time, is_del, name, address, idcode, phone, #{xmId}, #{xmbh}, #{xmmc}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{isDel}, #{name}, #{address}, #{idcode}, #{phone}, update xm_project_persion xm_id = #{xmId}, xmbh = #{xmbh}, xmmc = #{xmmc}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, is_del = #{isDel}, name = #{name}, address = #{address}, idcode = #{idcode}, phone = #{phone}, where id = #{id} update xm_project_persion set xm_id = #{id}, xmmc=#{xmmc} where xmbh = #{xmbh} delete from xm_project_persion where id = #{id} delete from xm_project_persion where id in #{id}