anderx лет назад: 4
Родитель
Сommit
ae919ae68c
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

+ 0 - 2
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

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