Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -48,7 +48,7 @@ public class GetCustomerCreditBo extends BaseBo<CustomerCredit> { | 
| 48 | 48 | * 登记日期 | 
| 49 | 49 | */ | 
| 50 | 50 | @ApiModelProperty("登记日期") | 
| 51 | - @JsonFormat(pattern = StringPool.DATE_TIME_PATTERN) | |
| 51 | + @JsonFormat(pattern = StringPool.DATE_PATTERN) | |
| 52 | 52 | private LocalDate registerDate; | 
| 53 | 53 | |
| 54 | 54 | /** | 
| ... | ... | @@ -115,7 +115,7 @@ public class GetCustomerCreditBo extends BaseBo<CustomerCredit> { | 
| 115 | 115 | * 注册时间 | 
| 116 | 116 | */ | 
| 117 | 117 | @ApiModelProperty("注册时间") | 
| 118 | - @JsonFormat(pattern = StringPool.DATE_TIME_PATTERN) | |
| 118 | + @JsonFormat(pattern = StringPool.DATE_PATTERN) | |
| 119 | 119 | private LocalDate registrationTime; | 
| 120 | 120 | |
| 121 | 121 | /** | ... | ... |