[update] -修改是否是内部企业的sql

This commit is contained in:
fengchenchen
2022-04-26 14:07:14 +08:00
parent 30651cb31b
commit 76bf91cb10
2 changed files with 3 additions and 4 deletions
@@ -178,9 +178,8 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/company/payContactsManagement/queryWXByCompany","anon");
//企业端注册个人
filterChainDefinitionMap.put("/home/registerSelf", "anon");
// 判断当前企业是否是内部企业
filterChainDefinitionMap.put("/company/payCompanyManagement/getInternalEnterprise","anon");
// 添加自己的过滤器并且取名为jwt
Map<String, Filter> filterMap = new HashMap<String, Filter>(1);