yyyy.MM.dd HH:mm:ss

This commit is contained in:
wxp01309236
2023-06-27 17:13:26 +08:00
parent 9c1b1f2165
commit 7afa26d4ef

View File

@@ -34,11 +34,11 @@ public class PartnerLineBaseInfoVO {
private String workflowStatus;
@ApiModelProperty("当前阶段截止时间")
@JsonFormat(pattern = "yyyy.MM.dd HH:mm", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy.MM.dd HH:mm:ss", timezone = "GMT+8")
private Date deadline;
@ApiModelProperty("结束跟进时间 冷静期使用 计算15天还剩多少天")
@JsonFormat(pattern = "yyyy.MM.dd HH:mm", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy.MM.dd HH:mm:ss", timezone = "GMT+8")
private Date closeTime;
@ApiModelProperty("冷静期首次登录标识 true-是首次")