ソースを参照

fix

release_toaliyun_real
winter 1年前
コミット
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 {


読み込み中…
キャンセル
保存