bug修改提交

This commit is contained in:
huangzj
2023-08-29 14:24:31 +08:00
parent 5a68b0f29b
commit cddf6ed43b
3 changed files with 22 additions and 4 deletions

View File

@@ -50,8 +50,8 @@ public class CsEdDataAuditParm {
* 版本日期
*/
@ApiModelProperty(value = "版本日期")
@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")
private Date versionDate;
/**