|
|
@@ -1984,7 +1984,7 @@ public class ProjectImpl implements ProjectService {
|
|
|
Boolean equalsFlag = true;
|
|
|
List<Map<String, Object>> currentNodeDetails = nodeLandMapper.selectGeomDetailsByGeomDbId(currentNodeGeomDbId);
|
|
|
//这里简单判断,如果当前节点的图斑在当前项目其它节点都存在,则认为地块是存在地块,并且已经赋码完成,取最后一次的节点预赋码为当前码
|
|
|
- if (!currentNodeDetails.isEmpty()) {
|
|
|
+ if (!currentNodeDetails.isEmpty() && !nodeIdList.isEmpty()) {
|
|
|
for (Map<String, Object> tmpMap : currentNodeDetails) {
|
|
|
String detailsId = tmpMap.get("id").toString();
|
|
|
Map<String, String> equalsGeomMap = nodeLandMapper.selectNodeGeomContains(nodeIdList, detailsId);
|