Sfoglia il codice sorgente

fix contract

release_toaliyun_real
xiaohanzi 5 anni fa
parent
commit
bfcbde0fca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 Vedi File

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


Caricamento…
Annulla
Salva