专业
This commit is contained in:
@ -131,8 +131,13 @@ public interface UserService {
|
||||
String selectAvatarById(Long userId);
|
||||
|
||||
/**
|
||||
* 通过用户id查询头像
|
||||
* 通过用户id查询用户信息
|
||||
*/
|
||||
UserDTO selectUser(Long userId);
|
||||
|
||||
/**
|
||||
* 查询对应专业的用户Id
|
||||
*/
|
||||
List<String> selectUserByProfession(String code,String businessId,String type,Long projectId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user