|
|
|
@@ -1140,8 +1140,8 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
SimpleDateFormat sdM = new SimpleDateFormat("yyyy-MM"); |
|
|
|
SimpleDateFormat sdD = new SimpleDateFormat("d"); |
|
|
|
SimpleDateFormat sd = new SimpleDateFormat("yyyy-MM-dd"); |
|
|
|
System.out.println(sd.format(startDate)); |
|
|
|
System.out.println(sd.format(endDate)); |
|
|
|
// System.out.println(sd.format(startDate)); |
|
|
|
// System.out.println(sd.format(endDate)); |
|
|
|
|
|
|
|
if(i == billTimeVoListSize - 1){//最后 |
|
|
|
//判断是否满足整月 |
|
|
|
|