updated 判断错误修改

This commit is contained in:
mumuy 2022-08-05 09:38:52 +08:00
parent 6eadd7ec6f
commit 40636a75a9

View File

@ -149,7 +149,7 @@
listMap = map;
var count1 = 0,count2 = 0,count3 = 0,count4 = 0;
for(var code in listMap){
if(code.match(/00$/)&&code<'710000'){
if(code.match(/00$/)&&!code.match(/0000$/)&&code<'710000'){
if(listMap[code].match(/市$/)){
count1++;
}else if(listMap[code].match(/地区$/)){