|
@@ -400,7 +400,7 @@ public class CustomerApiController {
|
|
|
map.put("relationship",relationship);
|
|
map.put("relationship",relationship);
|
|
|
query =new HashMap();
|
|
query =new HashMap();
|
|
|
query.put("applicantid",indid);
|
|
query.put("applicantid",indid);
|
|
|
- scriptRequest = new Request("GET", "/shanglifeecif.insuranceclaimthread/_search?pretty=true&q=lpid:"+scustid);
|
|
|
|
|
|
|
+ scriptRequest = new Request("GET", "/shanglifeecif.insuranceclaimthread/_search?pretty=true&q=lpscutid:"+scustid);
|
|
|
|
|
|
|
|
response = restClient.performRequest(scriptRequest);
|
|
response = restClient.performRequest(scriptRequest);
|
|
|
// response= restClient.performRequest("GET", "/shanglifeecif.insuranceclaimthread/_search",Collections.<String, String>emptyMap(),entity);
|
|
// response= restClient.performRequest("GET", "/shanglifeecif.insuranceclaimthread/_search",Collections.<String, String>emptyMap(),entity);
|