|
@ -253,7 +253,6 @@ public class NeighborHoodServiceImpl implements NeighborHoodService { |
|
|
if (!obj.getAgencyName().trim().equals(staffInfoCache.getAgencyName())) { |
|
|
if (!obj.getAgencyName().trim().equals(staffInfoCache.getAgencyName())) { |
|
|
numList.add(obj.getRowNum()); |
|
|
numList.add(obj.getRowNum()); |
|
|
iterator.remove(); |
|
|
iterator.remove(); |
|
|
continue; |
|
|
|
|
|
} |
|
|
} |
|
|
//当前组织下网格名不存在的也不允许导入
|
|
|
//当前组织下网格名不存在的也不允许导入
|
|
|
AtomicBoolean br = new AtomicBoolean(true); |
|
|
AtomicBoolean br = new AtomicBoolean(true); |
|
|