高德API

dev
Wang XinLong 2024-04-12 08:49:35 +08:00
parent e03191633d
commit 1e02a28568
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class FoRestTest {
}
}
// 递归获取父级ID、级别编码
public void conversion(Long parentId, String codeLevel, List<District> districtList) {
if (districtList == null || districtList.isEmpty()) {
return;