|
|
@ -1234,7 +1234,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
Date createTime = loanSecondarySalesBidding.getCreateTime(); |
|
|
|
LocalDate localDate = createTime.toInstant().atZone(ZoneId.systemDefault()).toLocalDate(); |
|
|
|
String formattedDate = localDate.format(DateTimeFormatter.ofPattern("yyyy-MM-dd")); |
|
|
|
String result = loanSecondarySalesBidding.getCreateByName()+formattedDate+loanSecondarySalesBidding.getPrice(); |
|
|
|
String result = loanSecondarySalesBidding.getCreateByName()+"在"+formattedDate+"竞价"+loanSecondarySalesBidding.getPrice()+"元"; |
|
|
|
loanSecondarySalesApplyDetailsVo.setResult(result); |
|
|
|
} |
|
|
|
|
|
|
|