select id, company_name, company_where, company_enterprisepro, company_state, company_capital, company_sales, user_name, user_phone, user_department, create_by, create_time from t_customer insert into t_customer company_name, company_where, company_enterprisepro, company_state, company_capital, company_sales, user_name, user_phone, user_department, create_by, create_time, #{companyName}, #{companyWhere}, #{companyEnterprisepro}, #{companyState}, #{companyCapital}, #{companySales}, #{userName}, #{userPhone}, #{userDepartment}, #{createBy}, sysdate(), update t_customer company_name = #{companyName}, company_where = #{companyWhere}, company_enterprisepro = #{companyEnterprisepro}, company_state = #{companyState}, company_capital = #{companyCapital}, company_sales = #{companySales}, user_name = #{userName}, user_phone = #{userPhone}, user_department = #{userDepartment}, create_by = #{createBy}, where id = #{id} delete from t_customer where id = #{id} delete from t_customer where id in #{id}