|
|
|
@@ -819,12 +819,12 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
wxBillDeposit.setPriceDetail("合同押金项["+fees.getName()+"]"+depositFee.getPrice()+"元"+"/"+fees.getCalcuteUnitName());
|
|
|
|
}
|
|
|
|
wxBillDeposit.setPay("0");
|
|
|
|
//String needpay = wxRentContract.getDeposit();
|
|
|
|
String count = "1";
|
|
|
|
if (null != depositFee.getCalcuteUnit() && depositFee.getCalcuteUnit().intValue() == EnumFeesStandardsCalcuteUnit.MM.getCode().intValue()) {
|
|
|
|
count = wxRentContract.getRentArea();
|
|
|
|
}
|
|
|
|
String needpay = depositFee.calcuteTotalMoney(wxRentContract.getDecimalSize(), null, null, count, true, null, null);
|
|
|
|
String needpay = wxRentContract.getDeposit();
|
|
|
|
// String count = "1";
|
|
|
|
// if (null != depositFee.getCalcuteUnit() && depositFee.getCalcuteUnit().intValue() == EnumFeesStandardsCalcuteUnit.MM.getCode().intValue()) {
|
|
|
|
// count = wxRentContract.getRentArea();
|
|
|
|
// }
|
|
|
|
// String needpay = depositFee.calcuteTotalMoney(wxRentContract.getDecimalSize(), null, null, count, true, null, null);
|
|
|
|
wxBillDeposit.setReceivePay(needpay);
|
|
|
|
wxBillDeposit.setNeedPay(needpay);
|
|
|
|
//wxBillDeposit.setOwe(needpay);
|
|
|
|
|