|
|
@@ -484,7 +484,7 @@ public class WxRentContract extends TenantEntity { |
|
|
for (int i = 0; i < size; i++) { |
|
|
for (int i = 0; i < size; i++) { |
|
|
JSONObject rentInfoObject = rentInfoArray.getJSONObject(i); |
|
|
JSONObject rentInfoObject = rentInfoArray.getJSONObject(i); |
|
|
Long shopId = rentInfoObject.getLong("id"); |
|
|
Long shopId = rentInfoObject.getLong("id"); |
|
|
String rentArea = rentInfoObject.getString("rentArea"); |
|
|
|
|
|
|
|
|
String rentArea = rentInfoObject.getString("operationArea"); |
|
|
if (StringUtils.isBlank(rentArea)) { |
|
|
if (StringUtils.isBlank(rentArea)) { |
|
|
shopAreaMap.put(shopId, new BigDecimal("0")); |
|
|
shopAreaMap.put(shopId, new BigDecimal("0")); |
|
|
}else { |
|
|
}else { |
|
|
|