|
@@ -294,6 +294,7 @@ public class SpaceFileRecordServiceImpl implements ISpaceFileRecordService {
|
|
detailsDTO.setSridarea(sridArea);
|
|
detailsDTO.setSridarea(sridArea);
|
|
detailsDTO.setSort(sort);
|
|
detailsDTO.setSort(sort);
|
|
detailsDTO.setGeomJson(JSON.toJSONString(shpFeatures));
|
|
detailsDTO.setGeomJson(JSON.toJSONString(shpFeatures));
|
|
|
|
+ shpFeatures.put("id", detailsDTO.getId());
|
|
tUploadGeomDetailsMapper.insertTUploadGeomDetails(detailsDTO);
|
|
tUploadGeomDetailsMapper.insertTUploadGeomDetails(detailsDTO);
|
|
sort++;
|
|
sort++;
|
|
}
|
|
}
|