select * from sys_role_menu where del_flag = 0 {{if ne .role_id ""}} and role_id = '{{.role_id}}' {{end}} LIMIT {{.rows}} OFFSET {{.offset}}