|
|
|
@@ -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; |
|
|
|
|