344 门诊预约挂号:未过滤过期号源,允许预约已过时的时间段

This commit is contained in:
Ranyunqiao
2026-04-09 11:06:06 +08:00
parent f439b1ffc0
commit f204e46e07
3 changed files with 39 additions and 21 deletions

View File

@@ -40,4 +40,7 @@ public class TicketQueryDTO implements Serializable {
// 每页显示条数 (默认查20条)
private Integer limit = 20;
// 浏览器当前时间戳(用来过滤过期号源,保证前后端一致)
private Long currentTime;
}