Commit 37e76c87 by yangyang

关联关系相关接口提交(湖南)

parent 1d9c3c6c
......@@ -49,7 +49,7 @@ public class GlgxInterface {
JSONArray jsonArrayCar = JSONObject.parseObject(resultCar.get("data").toString()).getJSONArray("rows");
if(jsonArrayCar.size()>0){
// 拿到djrq最近定检日期 最新的车主证件号码
jSONArraySort(jsonArrayCar,"djrq");
jsonArrayCar = jSONArraySort(jsonArrayCar,"djrq");
JSONObject obj = jsonArrayCar.getJSONObject(0);
SkRelatedResultInterFace peopleInfo = new SkRelatedResultInterFace();
peopleInfo.setObjectType("02");
......@@ -118,7 +118,7 @@ public class GlgxInterface {
JSONArray jsonArrayPhone = JSONObject.parseObject(resultPhone.get("data").toString()).getJSONArray("rows");
if(jsonArrayPhone.size()>0){
// 业务受理时间 最新的机主证件号码
jSONArraySort(jsonArrayPhone,"openDate");
jsonArrayPhone = jSONArraySort(jsonArrayPhone,"openDate");
JSONObject obj = jsonArrayPhone.getJSONObject(0);
SkRelatedResultInterFace peopleInfo = new SkRelatedResultInterFace();
peopleInfo.setObjectType("02");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment