记得上下班打卡 | git大法好,push需谨慎

Commit c891ac43 authored by 张国柄's avatar 张国柄

~针对旧版本、历史数据兼容处理:未匹配adcode的不展示;

parent 2cb529bc
...@@ -431,6 +431,8 @@ public class AdamRdmService { ...@@ -431,6 +431,8 @@ public class AdamRdmService {
case 1: case 1:
r.setCountyId(adcodeArr[0]); r.setCountyId(adcodeArr[0]);
} }
} else {
vos.removeIf(rm -> rm.getAddressesId().equals(r.getAddressesId()));
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment