|
@@ -576,7 +576,7 @@ public class CustomerApiController {
|
|
|
mpInfo.put("birthday","");
|
|
|
mpInfo.put("age","");
|
|
|
}
|
|
|
- scriptRequest = new Request("GET", "/shanglifeecif.insurancearrangement/_search?pretty=true&sort=padate:asc&q=applicantscustid:"+scustid);
|
|
|
+ scriptRequest = new Request("GET", "/shanglifeecif.insurancearrangement/_search?size=100&pretty=true&sort=padate:asc&q=applicantscustid:"+scustid);
|
|
|
response = restClient.performRequest(scriptRequest);
|
|
|
result = EntityUtils.toString(response.getEntity());
|
|
|
jsonObject = JSON.parseObject(result);
|
|
@@ -698,7 +698,7 @@ public class CustomerApiController {
|
|
|
lineBarChartData.put("xaxisData",xaxisData);
|
|
|
map.put("lineBarChartData",lineBarChartData);
|
|
|
//查询理赔信息
|
|
|
- scriptRequest = new Request("GET", "/shanglifeecif.insuranceclaimthread/_search?pretty=true&q=lpscutid:"+scustid);
|
|
|
+ scriptRequest = new Request("GET", "/shanglifeecif.insuranceclaimthread/_search?size=100&pretty=true&q=lpscutid:"+scustid);
|
|
|
|
|
|
response = restClient.performRequest(scriptRequest);
|
|
|
result = EntityUtils.toString(response.getEntity());
|