add: 增加过滤忽略白名单 syncModelDto

This commit is contained in:
zhangyanduan
2022-09-21 17:08:43 +08:00
parent 1d83907924
commit ca3f48c207
@@ -64,6 +64,8 @@ public class WebMvcConfig implements WebMvcConfigurer {
addInterceptor.excludePathPatterns("/api/sar-stand-project-team/save");
//tc模块结构单元数据
addInterceptor.excludePathPatterns("/api/sarModelTree/save");
//PLM系统通过ESB推送模块单元数据
addInterceptor.excludePathPatterns("/api/sarModelTree/syncModelDto");
//同步用户数据
addInterceptor.excludePathPatterns("/api/DataSync/importUserData");
//同步组织机构数据