高德API
parent
e03191633d
commit
1e02a28568
|
@ -59,7 +59,7 @@ public class FoRestTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 递归获取父级ID、级别编码
|
||||||
public void conversion(Long parentId, String codeLevel, List<District> districtList) {
|
public void conversion(Long parentId, String codeLevel, List<District> districtList) {
|
||||||
if (districtList == null || districtList.isEmpty()) {
|
if (districtList == null || districtList.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue