|
|
@@ -675,6 +675,7 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
wxBillDeposit.setRentContractId(wxRentContract.getId()); |
|
|
wxBillDeposit.setRentContractId(wxRentContract.getId()); |
|
|
//wxBillDeposit.setBillType(fees.getBillType()); |
|
|
//wxBillDeposit.setBillType(fees.getBillType()); |
|
|
wxBillDeposit.setIsPreview(EnumYesOrNo.YES.getCode()); |
|
|
wxBillDeposit.setIsPreview(EnumYesOrNo.YES.getCode()); |
|
|
|
|
|
wxBillDeposit.setIsDel(EnumYesOrNo.NO.getCode()); |
|
|
wxBillDeposit.setCanEdit(EnumYesOrNo.NO.getCode()); |
|
|
wxBillDeposit.setCanEdit(EnumYesOrNo.NO.getCode()); |
|
|
wxBillDeposit.setPriceDetail(fees.getName()); |
|
|
wxBillDeposit.setPriceDetail(fees.getName()); |
|
|
wxBillDeposit.setPay("0"); |
|
|
wxBillDeposit.setPay("0"); |
|
|
@@ -819,6 +820,7 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
Long shopId,String cusName,Date start,Date end,Date receiveDate,String needpay,String rentArea,MallUserInfo user) { |
|
|
Long shopId,String cusName,Date start,Date end,Date receiveDate,String needpay,String rentArea,MallUserInfo user) { |
|
|
WxAllBill wxBillRent = new WxAllBill(); |
|
|
WxAllBill wxBillRent = new WxAllBill(); |
|
|
wxBillRent.setIsPreview(EnumYesOrNo.YES.getCode()); |
|
|
wxBillRent.setIsPreview(EnumYesOrNo.YES.getCode()); |
|
|
|
|
|
wxBillRent.setIsDel(EnumYesOrNo.NO.getCode()); |
|
|
wxBillRent.setId(idWorker.nextId()); |
|
|
wxBillRent.setId(idWorker.nextId()); |
|
|
wxBillRent.setRentContractId(rentContractId); |
|
|
wxBillRent.setRentContractId(rentContractId); |
|
|
wxBillRent.setRentContractAgileFeesType(EnumRentContractAgileFeesType.UN_DEPOSIT.getCode()); |
|
|
wxBillRent.setRentContractAgileFeesType(EnumRentContractAgileFeesType.UN_DEPOSIT.getCode()); |
|
|
|