insert into sys_area (`id`,`name`,`parent`,`inheritance`,`org_id`,`temp_id`,`temp_value`,`manager`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`) values (?id,?name,?parent,?inheritance,?org_id,?temp_id,?temp_value,?manager,?domain,?create_by,?create_time,?last_update_by,?last_update_time,?del_flag) update sys_area set `name` = ?name,`parent` = ?parent,`inheritance` = ?inheritance,`org_id` = ?org_id,`temp_id` = ?temp_id,`temp_value` = ?temp_value,`manager` = ?manager,`domain` = ?domain,`create_by` = ?create_by,`create_time` = ?create_time,`last_update_by` = ?last_update_by,`last_update_time` = ?last_update_time,`del_flag` = ?del_flag where id = ?id delete from sys_area where id =?id select `id`,`name`,`parent`,`inheritance`,`org_id`,`temp_id`,`temp_value`,`manager`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag` from sys_area where id = ?id select `id`,`name`,`parent`,`inheritance`,`org_id`,`temp_id`,`temp_value`,`manager`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag` from sys_area