|
@@ -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
|
|
|
);
|