Commit 30d8f274 by wang_jiaxing

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

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