|
@@ -325,7 +325,7 @@ public class FzssServiceImpl implements IFzssService {
|
|
|
}
|
|
|
|
|
|
FactorSpatialVo factorSpatialVo = factorUseDTO.getConditionInfoObj();
|
|
|
- if (factorSpatialVo.equals("intersect")) {
|
|
|
+ if (factorSpatialVo.getSpatialType().equals("intersect")) {
|
|
|
// 1.先切割因子地块
|
|
|
String calculateEwkt = getFactorEwkt(factorUseDTO.getFactorBsm(), ewkt, Float.parseFloat(factorSpatialVo.getDefaultValue()), 0);
|
|
|
if (factorSpatialVo.isClip()) {
|