fix: 【FCJDFDXTXS-35】修正培训时间查询

This commit is contained in:
liu.zixi
2025-12-11 14:47:07 +08:00
parent edd6540a76
commit 0612ca8b88

View File

@@ -57,11 +57,11 @@ public class CoursePageQueryDTO {
private String learningTimeType;
/**培训时间-左区间*/
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime learningTimeStart;
/**培训时间-右区间*/
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime learningTimeEnd;
/**审核状态*/