|
@@ -512,10 +512,10 @@ public class repaymentController extends BaseController {
|
|
|
day = "90";
|
|
|
}
|
|
|
if(CommonUtil.isNotEmpty(day)){
|
|
|
- int days = Integer.parseInt(day);
|
|
|
+ int days = Integer.parseInt(day);
|
|
|
//将来日期
|
|
|
- String date = DateUtils.getFetureDate(days);
|
|
|
- map.put("day",date);
|
|
|
+ // String date = DateUtils.getFetureDate(days);
|
|
|
+ map.put("day",days);
|
|
|
}
|
|
|
Map amount = ownRepaymentService.selectRepaymentAmount(map);
|
|
|
return AjaxResult.success(amount.get("zfrLoanAmount"));
|