修改bug
This commit is contained in:
parent
6821005afb
commit
02ef8fafe8
|
|
@ -297,8 +297,8 @@ public class ElderInfoMQDto implements Serializable {
|
|||
/**
|
||||
* 长者入住时间
|
||||
*/
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date checkinTime;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -291,8 +291,8 @@ public class ElderInfoEntity implements Serializable {
|
|||
/**
|
||||
* 长者入住时间
|
||||
*/
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date checkinTime;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -365,8 +365,8 @@ public class ElderInfo implements Serializable {
|
|||
/**
|
||||
* 长者入住时间
|
||||
*/
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date checkinTime;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue