|
@@ -715,7 +715,7 @@ public class CreditLineController extends BaseController {
|
|
//当前时间
|
|
//当前时间
|
|
String currentDate = DateUtils.dateTimeNow("yyyyMMdd");
|
|
String currentDate = DateUtils.dateTimeNow("yyyyMMdd");
|
|
int result = CommonUtil.compare(zfpcrEndDate,currentDate);
|
|
int result = CommonUtil.compare(zfpcrEndDate,currentDate);
|
|
- if (result < 0){
|
|
|
|
|
|
+ if (result <= 0){
|
|
return AjaxResult.error("此授信已到期,请修改到期时间后解冻");
|
|
return AjaxResult.error("此授信已到期,请修改到期时间后解冻");
|
|
}
|
|
}
|
|
}
|
|
}
|