2 Incheckningar 6ab16f4fa6 ... 97e1f79905

Upphovsman SHA1 Meddelande Datum
  james 97e1f79905 Merge branch 'usky-zyj' into server-165 1 månad sedan
  james 955364b412 排查解决线上环境定时任务调用更新设备状态失败的问题 1 månad sedan

+ 1 - 1
service-iot/service-iot-api/src/main/java/com/usky/iot/RemoteIotTaskService.java

@@ -8,7 +8,7 @@ import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.RequestParam;
 
-@FeignClient(contextId = "RemoteIotTaskService", value = "service-iot" , fallbackFactory = RemoteIotTaskFactory.class)
+@FeignClient(contextId = "remoteIotTaskService", value = "service-iot" , fallbackFactory = RemoteIotTaskFactory.class)
 public interface RemoteIotTaskService {
 
     @GetMapping("/dataOverviewJobData")