winter 1 год назад
Родитель
Сommit
40e661167d
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java Просмотреть файл

@@ -285,7 +285,7 @@ public class WxPropertyContract 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 {


Загрузка…
Отмена
Сохранить