|
@ -1028,6 +1028,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
loanSecondarySalesApplyDetailsVo.setLoanSecondarySalesCost(loanSecondarySalesCost); |
|
|
loanSecondarySalesApplyDetailsVo.setLoanSecondarySalesCost(loanSecondarySalesCost); |
|
|
|
|
|
if(StringUtils.isNotBlank(loanSecondarySalesApply.getValidityDate())){ |
|
|
DateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
|
|
DateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
|
|
Date date = new Date(); |
|
|
Date date = new Date(); |
|
|
String nowtime = sdf.format(date);//当前时间
|
|
|
String nowtime = sdf.format(date);//当前时间
|
|
@ -1042,6 +1043,8 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
e.printStackTrace(); |
|
|
e.printStackTrace(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
return rb.success().setData(loanSecondarySalesApplyDetailsVo); |
|
|
return rb.success().setData(loanSecondarySalesApplyDetailsVo); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|