|
|
|
@@ -715,10 +715,10 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
int size = 0; |
|
|
|
int[] priceArrs = null; |
|
|
|
List<Map<String, Object>> shopInfos = new ArrayList<>(); |
|
|
|
if (wxRentContract.getRentShopType().equals(EnumRentShopType.SHOP.getCode())) { |
|
|
|
if (wxRentContract.getRentShopType().equals(EnumRentShopType.SHOP.getCode()) && |
|
|
|
!wxRentContract.getType().equals(EnumRentContractType.RENT_BY_JOINT.getCode())) { |
|
|
|
String rentInfo = wxRentContract.getRentInfo(); |
|
|
|
JSONArray rentInfoArray = JSONArray.parseArray(rentInfo); |
|
|
|
|
|
|
|
List<int[]> priceList = computePrice(rentInfo); |
|
|
|
size = priceList.size(); |
|
|
|
priceArrs = new int[size]; |
|
|
|
|