|
@@ -1449,7 +1449,7 @@ public class UserFacade extends UserServiceImpl {
|
|
|
Map<String, String> map = new HashMap<>();
|
|
|
if (ListUtil.isNotEmpty(userList)){
|
|
|
for (User user: userList){
|
|
|
- map.put(user.getId().toString(), user.getUsername());
|
|
|
+ map.put(user.getId().toString(), user.getLinkman());
|
|
|
}
|
|
|
}
|
|
|
return map;
|