Commit 647c2b18 authored by yexiong.wang's avatar yexiong.wang

fix

parent 90af1da5
package cn.quantgroup.customer.rest.param.vcc; package cn.quantgroup.customer.rest.param.vcc;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data; import lombok.Data;
import org.hibernate.validator.constraints.NotBlank; import org.hibernate.validator.constraints.NotBlank;
import org.hibernate.validator.constraints.NotEmpty; import org.hibernate.validator.constraints.NotEmpty;
...@@ -21,7 +22,7 @@ public class OfflineRepaySubmitParam { ...@@ -21,7 +22,7 @@ public class OfflineRepaySubmitParam {
@NotNull @NotNull
private BigDecimal actualAmount; private BigDecimal actualAmount;
@NotNull @NotNull
@DateTimeFormat @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
private Date actualDate; private Date actualDate;
@NotBlank @NotBlank
private String transNo; private String transNo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment