计算日期的间隔天数
//计算垫资的首次付息时间
AssetLoanRepaymentApplyInfo repaymentApplyInfoOne= assetLoanRepaymentApplyInfoDAO.queryAssetLoanRepaymentApplyInfoOne(assetLoanRepaymentInfoOne.getApplyNo(),101,"垫资",3);
LocalDate localDateValue = repaymentApplyInfoOne.getCreateTime().toLocalDate();
Long days = Math.abs(localDateValue.toEpochDay() - today.toEpochDay());
还没有评论,来说两句吧...