mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 20:36:50 +08:00
fix: 【FCJDFDXTXS-35】修正培训时间查询
This commit is contained in:
@@ -57,11 +57,11 @@ public class CoursePageQueryDTO {
|
|||||||
private String learningTimeType;
|
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;
|
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;
|
private LocalDateTime learningTimeEnd;
|
||||||
|
|
||||||
/**审核状态*/
|
/**审核状态*/
|
||||||
|
|||||||
Reference in New Issue
Block a user