Просмотр исходного кода

[合同][修改][修改预览账单生成逻辑]

release_toaliyun_real
luozukai 6 лет назад
Родитель
Сommit
c81e5942ee
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Просмотреть файл

@@ -1140,8 +1140,8 @@ public class WxRentContractServiceImpl implements WxRentContractService {
SimpleDateFormat sdM = new SimpleDateFormat("yyyy-MM"); SimpleDateFormat sdM = new SimpleDateFormat("yyyy-MM");
SimpleDateFormat sdD = new SimpleDateFormat("d"); SimpleDateFormat sdD = new SimpleDateFormat("d");
SimpleDateFormat sd = new SimpleDateFormat("yyyy-MM-dd"); 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){//最后 if(i == billTimeVoListSize - 1){//最后
//判断是否满足整月 //判断是否满足整月


Загрузка…
Отмена
Сохранить