|
|
|
@@ -876,10 +876,9 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
|
|
|
|
List<BillTimeVo> billTimeVoList = initBillTimeList(wxRentContract.getRentalStartDate(),wxRentContract.getRentalEndDate(),wxRentContract.getAdjustPeriod(),dayType,receivePeriod); |
|
|
|
for (BillTimeVo vo:billTimeVoList) { |
|
|
|
System.out.println("ooooooooo"); |
|
|
|
System.out.println(sd.format(vo.getStartDate()) + " "+sd.format(vo.getEndDate()) ); |
|
|
|
} |
|
|
|
// for (BillTimeVo vo:billTimeVoList) { |
|
|
|
// System.out.println(sd.format(vo.getStartDate()) + " "+sd.format(vo.getEndDate()) ); |
|
|
|
// } |
|
|
|
|
|
|
|
int index = 0; |
|
|
|
for (BillTimeVo billTimeVo : billTimeVoList){ |
|
|
|
|