Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请求信息中日期/时间的处理方法 #696

Open
chendongcool opened this issue Apr 1, 2024 · 1 comment
Open

请求信息中日期/时间的处理方法 #696

chendongcool opened this issue Apr 1, 2024 · 1 comment

Comments

@chendongcool
Copy link

Description

1。 请求参数中时间段的参数如何实现,并且怎么兼容如mysql 和oracle 多种数据库,或者多种日期格式如:20240401160101,2024-04-01 16:01:01
{
"[]": {
"testTable1": {
"update_time": "起始时间,结束时间",

}

}
}

@TommyLemon
Copy link
Collaborator

TommyLemon commented Apr 6, 2024

"update_time>=": "起始时间",
"update_time<=": "结束时间"

issues 里搜下 日期 可以找到多个类似问题:
https://github.com/Tencent/APIJSON/issues?q=is%3Aissue+%E6%97%A5%E6%9C%9F

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants