|
|
|
@@ -835,6 +835,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
long[] priceArrs = null; |
|
|
|
List<Map<String, Object>> shopInfos = new ArrayList<>(); |
|
|
|
if (wxRentContract.getRentShopType().equals(EnumRentShopType.SHOP.getCode()) && |
|
|
|
wxRentContract.getRentInputWay().equals(EnumRentContractRentInputWay.PART.getCode()) && |
|
|
|
!wxRentContract.getType().equals(EnumRentContractType.RENT_BY_JOINT.getCode())) { |
|
|
|
String rentInfo = wxRentContract.getRentInfo(); |
|
|
|
JSONArray rentInfoArray = JSONArray.parseArray(rentInfo); |
|
|
|
|