Procházet zdrojové kódy

[合同][修改][营业额修改]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
88064a916a
2 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java
  2. binární
      mallinkService/src/main/resources/contract-word-template/contract_rent_property_by_ratio.docx

+ 5
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Zobrazit soubor

@@ -842,6 +842,11 @@ public class WxRentContractServiceImpl implements WxRentContractService {
if (wxRentContract.getType().equals(EnumRentContractType.RENT_BY_AREA.getCode())) {
areaWay(wxRentContract, result, lease, adjustRatio, extralease, extracount, paycount, index, count, rentPrice);
} else {
//保底
double revenue = new BigDecimal(wxRentContract.getRevenue())
.divide(new BigDecimal(100)).setScale(2, RoundingMode.HALF_EVEN).doubleValue();
result.put("revenue", revenue);
result.put("revenueUpper", digitUppercase(revenue));
ratioWay(wxRentContract, result, lease, adjustRatio, extralease, extracount, paycount, index, count, rentPrice);
}
//物业合同信息


binární
mallinkService/src/main/resources/contract-word-template/contract_rent_property_by_ratio.docx Zobrazit soubor


Načítá se…
Zrušit
Uložit