insert into sys_role_app_fun
(`id`,`role_id`,`app_fun_id`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`)
values
(?id,?role_id,?app_fun_id,?create_by,?create_time,?last_update_by,?last_update_time,?del_flag)
update sys_role_app_fun set
`role_id` = ?role_id,`app_fun_id` = ?app_fun_id,`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_app_fun
where id =?id
select
`id`,`role_id`,`app_fun_id`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`
from sys_role_app_fun
where id = ?id
select
`id`,`role_id`,`app_fun_id`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`
from sys_role_app_fun