@@ -95,7 +95,7 @@ public class ServiceAspect implements HandlerInterceptor {
}else{
// 设置企业Id
String cpId = JwtUtil.getCpId(decrypt);
- if (cpId != null) {
+ if (cpId != null && joinPoint.getSignature().getName() != "getFeignExperience") {
MybatisSqlIntercept.cpId = Integer.parseInt(cpId);
}