|
@@ -108,8 +108,8 @@ public class InsurancePolicy {
|
|
|
@ApiModelProperty(value = "佣金金额")
|
|
|
private BigDecimal commission;
|
|
|
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone ="GMT+8")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd",timezone ="GMT+8")
|
|
|
@ApiModelProperty(value = "佣金打款时间")
|
|
|
private Date commissionTime;
|
|
|
|