|
|
|
@@ -3024,7 +3024,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
//计算每一年的基数
|
|
|
|
List<String[]> priceArrs = WxRentContractHelper.calcuteRentAndRevenuePrice(rentcontract);
|
|
|
|
String[] rentPriceArrs = priceArrs.get(0);
|
|
|
|
String[] revenuePriceArrs = priceArrs.get(1);
|
|
|
|
//String[] revenuePriceArrs = priceArrs.get(1);
|
|
|
|
//计算商业管理费
|
|
|
|
String[] bussinessManagerPriceArrs = WxRentContractHelper.calcuteBussinessManagementFee(rentcontract);
|
|
|
|
//计算运营管理费
|
|
|
|
|