瀏覽代碼

Merge branch 'han' of uskycloud/usky-cloud into system-165

hanzhengyi 1 年之前
父節點
當前提交
accf64650f

+ 2 - 2
base-modules/service-system/service-system-api/src/main/java/com/usky/system/RemoteDeptService.java

@@ -1,6 +1,6 @@
 package com.usky.system;
 
-import com.usky.system.factory.RemoteTenantFallbackFactory;
+import com.usky.system.factory.RemoteDeptFallbackFactory;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.RequestParam;
@@ -12,7 +12,7 @@ import java.util.Map;
  * @author han
  * @date 2023/12/08 10:51
  */
-@FeignClient(contextId = "remoteDeptService", value = "usky-system", fallbackFactory = RemoteTenantFallbackFactory.class)
+@FeignClient(contextId = "remoteDeptService", value = "usky-system", fallbackFactory = RemoteDeptFallbackFactory.class)
 public interface RemoteDeptService {
     /**
      * 获得所有部门