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