|
|
|
@@ -258,6 +258,7 @@ public class WxPropertyContract extends TenantEntity { |
|
|
|
}else { |
|
|
|
if (StringUtils.isNotBlank(rentArea) && StringUtils.isNotBlank(this.rentPrice)) { |
|
|
|
this.price = new BigDecimal(rentArea).multiply(new BigDecimal(this.rentPrice)).setScale(this.decimalSize, RoundingMode.HALF_UP).toPlainString(); |
|
|
|
this.rentArea = rentArea; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|