Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
40e661167d
1 changed files with 1 additions and 1 deletions
  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 View File

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


Loading…
Cancel
Save