dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/service/CtUseroleService.java
@@ -168,4 +168,13 @@ throw new ServiceException("CtUseroleService.deleteByUserId", e); } } /** * 根据用户编号获取其角色名称 * @param userId 用户编号 * @return List<String> */ public List<String> listRoleName(String userId){ return mapper.listRoleName(userId); } }