技术监督管理调整

This commit is contained in:
2023-06-30 16:28:11 +08:00
parent f5626d175e
commit e845dcceff

View File

@@ -15,7 +15,7 @@ import java.time.LocalDate;
* @author cdf
* @date 2023/4/13
*/
@FeignClient(value = ServerInfo.PROCESS,contextId = "/supv/report",path = "/supv/report",fallbackFactory = SupvStatisticReportMFallbackFactory.class)
@FeignClient(value = ServerInfo.PROCESS,path = "/supv/report",fallbackFactory = SupvStatisticReportMFallbackFactory.class)
public interface SupvStatisticReportMFeignClient {
@PostMapping("/statisticReport")