|
@@ -297,7 +297,7 @@ public class SysRoleController {
|
|
|
*/
|
|
|
@GetMapping(value = "/getRoleByType")
|
|
|
@PreAuthorize("@ss.hasPermi('system:user:role')")
|
|
|
- @OperateLog(title = "角色管理", businessType = BusinessType.QUERY, auditType = AuditType.SYS,operdesc = "获取分配角色列表")
|
|
|
+ @OperateLog(title = "用户管理", businessType = BusinessType.QUERY, auditType = AuditType.SYS,operdesc = "获取分配角色列表")
|
|
|
@PreventReplay
|
|
|
public ResponseVO getRoleByType(String usertype) throws CustomException {
|
|
|
try {
|