|
|
|
@@ -676,6 +676,7 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
//wxBillDeposit.setBillType(fees.getBillType()); |
|
|
|
wxBillDeposit.setIsPreview(EnumYesOrNo.YES.getCode()); |
|
|
|
wxBillDeposit.setIsDel(EnumYesOrNo.NO.getCode()); |
|
|
|
wxBillDeposit.setIsJoinRenevue(EnumYesOrNo.NO.getCode()); |
|
|
|
wxBillDeposit.setCanEdit(EnumYesOrNo.NO.getCode()); |
|
|
|
wxBillDeposit.setPriceDetail(fees.getName()); |
|
|
|
wxBillDeposit.setPay("0"); |
|
|
|
@@ -821,6 +822,7 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
WxAllBill wxBillRent = new WxAllBill(); |
|
|
|
wxBillRent.setIsPreview(EnumYesOrNo.YES.getCode()); |
|
|
|
wxBillRent.setIsDel(EnumYesOrNo.NO.getCode()); |
|
|
|
wxBillRent.setIsJoinRenevue(EnumYesOrNo.NO.getCode()); |
|
|
|
wxBillRent.setId(idWorker.nextId()); |
|
|
|
wxBillRent.setRentContractId(rentContractId); |
|
|
|
wxBillRent.setRentContractAgileFeesType(EnumRentContractAgileFeesType.UN_DEPOSIT.getCode()); |
|
|
|
|