Przeglądaj źródła

//

release_toaliyun_real
xhxu 3 lat temu
rodzic
commit
b77b2e4bd7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Wyświetl plik

@@ -2715,7 +2715,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
JSONObject shopObject = objects.getJSONObject(j);
JSONArray adjustRatioArr = shopObject.getJSONArray("adjustRatio");
String shopNumber = shopObject.getString("shopNumber");
adjustRatioStr.append(shopNumber).append("[").append(adjustRatioArr.getIntValue(i)).append("]");
adjustRatioStr.append(shopNumber).append("[").append(adjustRatioArr.getString(i)).append("]");
}
adjustRatioList.add(adjustRatioStr.toString());
}


Ładowanie…
Anuluj
Zapisz