瀏覽代碼

地址字典

小么熊🐻 2 年之前
父節點
當前提交
a59cd6c5c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nbjk-admin/src/main/java/com/miaxis/app/controller/exam/ExamInfoController.java

+ 1 - 1
nbjk-admin/src/main/java/com/miaxis/app/controller/exam/ExamInfoController.java

@@ -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;