Przeglądaj źródła

rent

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

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

@@ -1230,9 +1230,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
} }
String otherRentPriceInfo1 = wxRentContract.getOtherRentPriceInfo(); String otherRentPriceInfo1 = wxRentContract.getOtherRentPriceInfo();
if(StringUtils.isNotBlank(otherRentPriceInfo1)){ if(StringUtils.isNotBlank(otherRentPriceInfo1)){
if(otherRentPriceInfo1.startsWith("\"")){
otherRentPriceInfo1 = otherRentPriceInfo1.substring(1,otherRentPriceInfo1.length()-1);
}

JSONObject jsonObject = JSONObject.parseObject(otherRentPriceInfo1); JSONObject jsonObject = JSONObject.parseObject(otherRentPriceInfo1);
String siteMoney1 = jsonObject.getString("siteMoney"); String siteMoney1 = jsonObject.getString("siteMoney");
if(StringUtils.isNotBlank(siteMoney1)){ if(StringUtils.isNotBlank(siteMoney1)){


Ładowanie…
Anuluj
Zapisz