|
@@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
|
|
-@FeignClient(name = "stationpersis", url = "${provider.peranalyurl}",
|
|
|
|
|
|
+@FeignClient(name = "stationPersis", url = "${provider.peranalyurl}",
|
|
fallbackFactory = StationPerSisServiceFallbackFactory.class,
|
|
fallbackFactory = StationPerSisServiceFallbackFactory.class,
|
|
configuration = FeignConfiguration.class)
|
|
configuration = FeignConfiguration.class)
|
|
public interface StationPerSisService {
|
|
public interface StationPerSisService {
|
|
@@ -22,7 +22,7 @@ public interface StationPerSisService {
|
|
* @param startdate
|
|
* @param startdate
|
|
* @param enddate
|
|
* @param enddate
|
|
*/
|
|
*/
|
|
- @GetMapping(value = "/stationpersis/getStationPersis")
|
|
|
|
|
|
+ @GetMapping(value = "/stationPersis/getStationPersis")
|
|
public AjaxResult getStationPersis(
|
|
public AjaxResult getStationPersis(
|
|
@RequestParam(value = "station") String station,
|
|
@RequestParam(value = "station") String station,
|
|
@RequestParam(value = "startdate") String startdate,
|
|
@RequestParam(value = "startdate") String startdate,
|