|
@@ -123,7 +123,7 @@ public class ExamInfoController extends BaseController {
|
|
|
|
|
|
String countryName = response.getCountry().getNames().get("zh-CN");
|
|
|
String proviceName = response.getMostSpecificSubdivision().getNames().get("zh-CN");
|
|
|
- String cityName = response.getMostSpecificSubdivision().getNames().get("zh-CN");
|
|
|
+ String cityName = response.getCity().getNames().get("zh-CN");
|
|
|
|
|
|
DictCity provice = null;
|
|
|
DictCity city = null;
|