Closed chendongcool closed 5 months ago
1。 请求参数中时间段的参数如何实现,并且怎么兼容如mysql 和oracle 多种数据库,或者多种日期格式如:20240401160101,2024-04-01 16:01:01 { "[]": { "testTable1": { "update_time": "起始时间,结束时间",
}
} }
"update_time>=": "起始时间", "update_time<=": "结束时间"
issues 里搜下 日期 可以找到多个类似问题: https://github.com/Tencent/APIJSON/issues?q=is%3Aissue+%E6%97%A5%E6%9C%9F
Description
1。 请求参数中时间段的参数如何实现,并且怎么兼容如mysql 和oracle 多种数据库,或者多种日期格式如:20240401160101,2024-04-01 16:01:01 { "[]": { "testTable1": { "update_time": "起始时间,结束时间",
} }