Commit 30d8f274 by wang_jiaxing

增加人员同行信息接口增加类型返回

parent 5263ddc1
......@@ -60,6 +60,7 @@ public class MyCallable implements Callable<List<Map<String, Object>>> {
txry.put("jssj", GjServiceImpl.UTCStringtODefaultString(arrayJSONObject.getString("JSSJ")));
}
txry.put("dz", arrayJSONObject.getString("DZ"));
txry.put("type", "同网吧");
list.add(txry);
}
}
......
......@@ -1574,6 +1574,7 @@ public class GjServiceImpl implements GjService {
txry.put("mdd", arrayJSONObject.getString("MDD"));
txry.put("wz", arrayJSONObject.getString("WZ"));
txry.put("hkgsmc", arrayJSONObject.getString("HKGSMC"));
txry.put("type", "同航班");
list.add(txry);
}
}
......@@ -1657,6 +1658,7 @@ public class GjServiceImpl implements GjService {
txry.put("jssj",UTCStringtODefaultString(arrayJSONObject.getString("JSSJ")));
}
txry.put("wz", arrayJSONObject.getString("WZ"));
txry.put("type", "同火车");
list.add(txry);
}
}
......@@ -1739,6 +1741,7 @@ public class GjServiceImpl implements GjService {
txry.put("jssj",UTCStringtODefaultString(arrayJSONObject.getString("JSSJ")));
}
txry.put("wz", arrayJSONObject.getString("WZ"));
txry.put("type", "火车同车厢");
list.add(txry);
}
}
......@@ -1892,6 +1895,7 @@ public class GjServiceImpl implements GjService {
txry.put("jssj", UTCStringtODefaultString(arrayJSONObject.getString("JSSJ")));
}
txry.put("wz", arrayJSONObject.getString("WZ"));
txry.put("type", "同旅店");
list.add(txry);
}
}
......@@ -1979,6 +1983,7 @@ public class GjServiceImpl implements GjService {
txry.put("jssj", UTCStringtODefaultString(arrayJSONObject.getString("JSSJ")));
}
txry.put("wz", arrayJSONObject.getString("WZ"));
txry.put("type", "旅店同房间");
list.add(txry);
}
}
......
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