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