Browse Source

根据白名单设置查询权限

anderx 2 years ago
parent
commit
eb73131db1

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

@@ -2468,7 +2468,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 			Admin admin = adminMapper.selectByPrimaryKey(TokenManager.getAdminId());
 			if (admin.getPublicPurview()==0){
 				//根据白名单设置查询权限
-//				params.put("type", name);
+				//params.put("type", name);
 			}
 		}
 		params.put("name", name);