|
|
@ -773,7 +773,7 @@ public class LoanRepaymentHistoryService extends MybatisBaseService<LoanRepaymen |
|
|
|
Date today = new Date(); |
|
|
|
String f = sdf.format(today); |
|
|
|
Date date = sdf.parse(f); |
|
|
|
if (u.compareTo(date) == 0) { |
|
|
|
if (u.compareTo(date) >= 0) { |
|
|
|
Calendar cal_1 = Calendar.getInstance();// 使用默认时区和语言环境获得一个日历
|
|
|
|
cal_1.setTime(date); |
|
|
|
cal_1.add(Calendar.DAY_OF_MONTH, -1); |
|
|
|