|
|
@@ -749,7 +749,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
@Override
|
|
|
|
|
|
public List<OrganizationContactBook> findCustomerContacts(String uid) {
|
|
|
- List<OrganizationContactBook> list = userMapper.findCustomerContacts(uid, null);
|
|
|
+ List<OrganizationContactBook> list = userMapper.findCustomerContacts(uid, TokenManager.getAdminId());
|
|
|
for (OrganizationContactBook ob : list) {
|
|
|
if (!ob.getAid().equals(TokenManager.getAdminId())){
|
|
|
ob.setName("***");
|