Explorar o código

修复超出返回检查,点类型有可能不返回的问题

欧阳劲驰 hai 1 mes
pai
achega
08d6622b82

+ 1 - 1
src/main/java/com/shkpr/service/alambizplugin/components/checker/InvalidPropertiesFinder.java

@@ -98,7 +98,7 @@ public class InvalidPropertiesFinder {
                         new GisSurveyThirdImportElement(
                                 GisMetadataDefine.TYPE_KINE.POINT,
                                 ThirdImportTemplateUtils.getValue(point, layerTemplate, GisSurveyExcelDefine.TEMPLATE.NO),
-                                layerTemplate != null ? layerTemplate.getName() : null,
+                                point.get(GisSurveyExcelDefine.FILE.POINT_LAYER),
                                 null
                         )
                 );