Browse Source

优化

zhanglei
dimengzhe 1 year ago
parent
commit
6bf1cd3ee9
  1. 3
      anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loansecondarysalesapply/LoanSecondarySalesApplyService.java

3
anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loansecondarysalesapply/LoanSecondarySalesApplyService.java

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

Loading…
Cancel
Save