Browse Source

app-扫码拦截器:放开工种数据查询限制

liao-sea 10 months ago
parent
commit
f5382d58ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/hz/employmentsite/config/WebConfiguration.java

+ 1 - 0
src/main/java/com/hz/employmentsite/config/WebConfiguration.java

@@ -84,6 +84,7 @@ public class WebConfiguration implements WebMvcConfigurer {
         excludePath.add("/api/system/area/getCityList");//查询相关市区信息
         excludePath.add("/api/system/area/getAreaList");//查询相关街道信息
         excludePath.add("/api/jobusermgr/recommendmgt/getProfessionLevelList");//查询所有求职岗位信息
+        excludePath.add("/api/jobusermgr/recommendmgt/getWorkCategoryLevelList");//查询所有工种信息
         excludePath.add("/api/jobusermgr/recommendmgt/getOccupationCategoryList");//查询所有职业资格类别
         excludePath.add("/api/jobusermgr/recommendmgt/getAllIndustryList");//查询所有企业所属行业信息
         excludePath.add("/api/siteInfo/getDataList");