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