system_find_role_menu_page_count.tpl 144 B

12345678910
  1. select
  2. count(*) records
  3. from
  4. sys_role_menu
  5. where
  6. del_flag = 0
  7. {{if ne .role_id ""}}
  8. and role_id = '{{.role_id}}'
  9. {{end}}