Parcourir la source

fix contract

release_toaliyun_real
xiaohanzi il y a 5 ans
Parent
révision
bfcbde0fca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

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


Chargement…
Annuler
Enregistrer