记得上下班打卡 | git大法好,push需谨慎

Commit 7e8cc067 authored by sunyuntian's avatar sunyuntian

修改city.json

parent 31050312
...@@ -49,7 +49,7 @@ public class KylinFreightChargeServiceImpl { ...@@ -49,7 +49,7 @@ public class KylinFreightChargeServiceImpl {
hBody.put("jCity", jCity); hBody.put("jCity", jCity);
hBody.put("jAddress", jAddress); hBody.put("jAddress", jAddress);
String fileName = KylinFreightChargeServiceImpl.class.getClassLoader().getResource("city.json").getPath(); String fileName = KylinFreightChargeServiceImpl.class.getClassLoader().getResource("city_2021.json").getPath();
String s = jsonUtils.readJsonFile(fileName); String s = jsonUtils.readJsonFile(fileName);
List<HashMap> provinceListMap = JSONObject.parseArray(s, HashMap.class); List<HashMap> provinceListMap = JSONObject.parseArray(s, HashMap.class);
long startTime = System.currentTimeMillis(); long startTime = System.currentTimeMillis();
......
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