This commit is contained in:
张秉卓
2026-01-12 17:31:21 +08:00
parent b0982c80b0
commit 1956179c08

View File

@ -58,7 +58,7 @@ public class LngApproPageDto extends PageInput {
* 拟稿日期
*/
@ApiModelProperty("拟稿日期")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private LocalDateTime dateAppro;
/**
* 审批状态(未提交/审批中/已审批/已驳回)