|
|
@@ -292,8 +292,8 @@ public class WxPropertyContract extends TenantEntity { |
|
|
if (StringUtils.isBlank(rentArea)) { |
|
|
if (StringUtils.isBlank(rentArea)) { |
|
|
shopAreaMap.put(shopId, new BigDecimal("0")); |
|
|
shopAreaMap.put(shopId, new BigDecimal("0")); |
|
|
}else { |
|
|
}else { |
|
|
shopAreaMap.put(shopId, new BigDecimal("rentArea")); |
|
|
|
|
|
total = total.add(new BigDecimal("rentArea")); |
|
|
|
|
|
|
|
|
shopAreaMap.put(shopId, new BigDecimal(rentArea)); |
|
|
|
|
|
total = total.add(new BigDecimal(rentArea)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
return shopAreaMap; |
|
|
return shopAreaMap; |
|
|
|