瀏覽代碼

员工的model 调整

姜永辉 2 年之前
父節點
當前提交
7d98f5366e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/dk/common/infrastructure/aspect/ServiceAspect.java

+ 1 - 1
src/main/java/com/dk/common/infrastructure/aspect/ServiceAspect.java

@@ -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);
                 }
             }