fix: 🐛 时间范围查询兼容微信小程序处理

This commit is contained in:
ray
2024-11-23 11:16:35 +08:00
parent f8a1fdf8cf
commit 6bd0f53c7b
2 changed files with 37 additions and 29 deletions

View File

@@ -173,7 +173,7 @@ export interface UserPageQuery extends PageQuery {
deptId?: number;
/** 开始时间 */
createTime?: [string, string];
createTime?: [string, string] | string | undefined;
/** 排序字段 */
field?: string;