技术监督管理调整
This commit is contained in:
@@ -15,7 +15,7 @@ import java.time.LocalDate;
|
|||||||
* @author cdf
|
* @author cdf
|
||||||
* @date 2023/4/13
|
* @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 {
|
public interface SupvStatisticReportMFeignClient {
|
||||||
|
|
||||||
@PostMapping("/statisticReport")
|
@PostMapping("/statisticReport")
|
||||||
|
|||||||
Reference in New Issue
Block a user