소스 검색

修复点号生成未从属性值获取的问题

欧阳劲驰 2 달 전
부모
커밋
fdc451380e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/shkpr/service/alambizplugin/components/GisSurveyThirdImporter.java

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

@@ -556,7 +556,7 @@ public class GisSurveyThirdImporter {
                     String no = SurveyCommonAssistant.genNo(
                             la.getCode(),
                             la.getPropertyValues().stream()
-                                    .map(pv -> new JPSurveyApplyColumn(pv.getProperty(), pv.getProperty()))
+                                    .map(pv -> new JPSurveyApplyColumn(pv.getProperty(), pv.getValue()))
                                     .collect(Collectors.toList()),
                             ruleFormat
                     );