浏览代码

rent

release_toaliyun_real
xhxu 5 年前
父节点
当前提交
8fdc711cab
共有 1 个文件被更改,包括 1 次插入 和 3 次删除
  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 查看文件

@@ -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)){


正在加载...
取消
保存