Przeglądaj źródła

fix contract

release_toaliyun_real
xiaohanzi 5 lat temu
rodzic
commit
bfcbde0fca
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz