|
@@ -199,6 +199,11 @@ public class XzczghcgsbServiceImpl implements XzczghcgsbService {
|
|
|
System.out.println(" xzqhcode.length() < 9 ");
|
|
|
continue;
|
|
|
}
|
|
|
+
|
|
|
+ if(xzqhcode.length()==10){//省厅数据末尾没有00的省略了
|
|
|
+ recordsDTO.setDivisionCode(xzqhcode+"00");
|
|
|
+ }
|
|
|
+
|
|
|
String townCode = recordsDTO.getDivisionCode().substring(0, 9);
|
|
|
// 根据乡镇数量分组
|
|
|
if (townCountMap.containsKey(townCode)) {
|