insert into sys_role (`id`,`name`,`code`,`index_component`,`app_index`,`priority`,`remark`,`status`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`) values (?id,?name,?code,?index_component,?app_index,?priority,?remark,?status,?domain,?create_by,?create_time,?last_update_by,?last_update_time,?del_flag) update sys_role set `name` = ?name,`code` = ?code,`index_component` = ?index_component,`app_index` = ?app_index,`priority` = ?priority,`remark` = ?remark,`status` = ?status,`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_role where id =?id select `id`,`name`,`code`,`index_component`,`app_index`,`priority`,`remark`,`status`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag` from sys_role where id = ?id select `id`,`name`,`code`,`index_component`,`app_index`,`priority`,`remark`,`status`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag` from sys_role