|
|
@@ -123,7 +123,8 @@ public class IndexApiController extends BaseController {
|
|
|
JSONObject source = object.getJSONObject("_source");
|
|
|
Map map = new HashMap();
|
|
|
String labelname = source.getStr("labelname").trim();
|
|
|
- map.put(source.getStr("bdnum"),source.getStr("labelname"));
|
|
|
+ map.put("value",source.getStr("bdnum"));
|
|
|
+ map.put("name",source.getStr("labelname").trim());
|
|
|
seriesData.add(map);
|
|
|
/*if("无保单".equals(labelname)){
|
|
|
seriesData.add(0,map);
|