仿真地图评审故障修复

This commit is contained in:
daiqy88
2025-11-13 14:30:15 +08:00
parent 2faf3a0985
commit 1976207d2e
5 changed files with 18 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@FeignClient(name = "taskpool")
@FeignClient(name = "task")
public interface ISimuluationTaskPoolFeignClient {
@PostMapping("/taskpool/approveHandleNotice")