Merge remote-tracking branch 'origin/dev' into dev

dev
luotaiqian 2026-07-06 13:31:58 +08:00
commit 712fab0bbf
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import javax.servlet.http.HttpServletResponse;
*/
@Configuration
@Slf4j
public class GbsUserSyncConfig implements WebMvcConfigurer {
public class GbsUserSyncInterceptor implements WebMvcConfigurer {
@Autowired
private AccountMapper accountMapper;
@ -60,6 +60,6 @@ public class GbsUserSyncConfig implements WebMvcConfigurer {
Object handler, Exception exception) {
}
}).addPathPatterns("/**");
}).addPathPatterns("/**").order(2);
}
}