外呼记录导出时间格式
This commit is contained in:
parent
5ad8001621
commit
a208b9466d
@ -45,9 +45,9 @@ public class UploadRobotPublishRecordVo {
|
||||
/**
|
||||
* 就诊时间,格式:yyyy-MM-dd HH:mm:ss
|
||||
*/
|
||||
@ApiModelProperty(value = "就诊时间,格式:yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "就诊时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "就诊时间,格式:yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "就诊时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
private LocalDateTime visitDate;
|
||||
|
||||
/**
|
||||
@ -120,7 +120,7 @@ public class UploadRobotPublishRecordVo {
|
||||
/**
|
||||
* 执行时间,格式:HH:mm
|
||||
*/
|
||||
@ApiModelProperty(value = "执行时间,格式:HH:mm")
|
||||
@ApiModelProperty(value = "执行时间,格式:yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "随访时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
private LocalDateTime nodePlanTime;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user