|
|
@@ -66,7 +66,7 @@ public class UserArchivesServiceImpl extends BaseMybatisDao< UserArchivesMapper>
|
|
|
user.setMyUser(0);
|
|
|
}
|
|
|
UserArchives userArchives = queryByUid(id);
|
|
|
- List<OrganizationContactBook> customerContacts = customerService.findCustomerContacts(id);
|
|
|
+ List<OrganizationContactBook> customerContacts = userMapper.findCustomerContacts(id, TokenManager.getAdminId());
|
|
|
if (!customerContacts.isEmpty()){
|
|
|
List<OrganizationContactBook> collect = customerContacts.stream()
|
|
|
.filter(e -> e.getMajor() == 1).collect(Collectors.toList());
|