Преглед изворни кода

fix contract

release_toaliyun_real
xiaohanzi пре 5 година
родитељ
комит
bfcbde0fca
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java Прегледај датотеку

@@ -277,7 +277,7 @@ public class WxRentContract extends TenantEntity {
int size = rentInfoArray.size();
for (int i = 0; i < size; i++) {
JSONObject rentInfoObject = rentInfoArray.getJSONObject(i);
Long shopId = rentInfoObject.getLong("shopId");
Long shopId = rentInfoObject.getLong("id");
shopList.add(shopId);
}
return shopList;


Loading…
Откажи
Сачувај