|
@@ -15,7 +15,7 @@ import java.util.Map;
|
|
|
* @Version 1.0
|
|
|
*/
|
|
|
|
|
|
-@FeignClient(value = "DIL-ES-DEV",url = "172.16.33.161:8089/api/v1/es")
|
|
|
+@FeignClient(value = "DIL-ES-DEV",url = "172.16.33.166:8089/api/v1/es")
|
|
|
public interface ESFeign {
|
|
|
@PostMapping("getConResult")
|
|
|
PageListAdd getConResult(@RequestBody(required = false) Map<String, Object> mapValue,
|