|
|
@@ -590,14 +590,12 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
List<FollowListBo> list = (List<FollowListBo>) page.getList();
|
|
|
for (FollowListBo bo : list) {
|
|
|
if (bo.getAid().equals(TokenManager.getAdminId())) {
|
|
|
-
|
|
|
bo.setReadOnly(AFTConstants.NO);
|
|
|
} else {
|
|
|
bo.setContactMobile("***");
|
|
|
bo.setContacts("***");
|
|
|
bo.setReadOnly(AFTConstants.YES);
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
page.setList(list);
|
|
|
return page;
|