|
|
|
@@ -477,6 +477,8 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
wxBillRent.setIsPreview(EnumYesOrNo.YES.getCode()); |
|
|
|
wxBillRent.setId(idWorker.nextId()); |
|
|
|
wxBillRent.setRentContractId(unDeposit.getRentContractId()); |
|
|
|
wxBillRent.setRentContractAgileFeesType(EnumRentContractAgileFeesType.UN_DEPOSIT.getCode()); |
|
|
|
wxBillRent.setEnergyFeesId(fees.getId()); |
|
|
|
wxBillRent.setBillType(fees.getBillType()); |
|
|
|
wxBillRent.setPay("0"); |
|
|
|
wxBillRent.setStarttime(timeVo.getStartDate()); |
|
|
|
@@ -499,7 +501,6 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
wxBillRent.setUpdatetime(date); |
|
|
|
wxBillRent.setUpdateBy(user.getId()); |
|
|
|
wxBillRent.setUpdateByName(user.getName());; |
|
|
|
wxBillRent.setEnergyFeesId(fees.getId()); |
|
|
|
insertList.add(wxBillRent); |
|
|
|
} |
|
|
|
} |
|
|
|
|