fix(order):修复查询订单时餐食时间过滤的时区问题- 调整日期解析方法为 parseDate 以确保正确处理日期格式- 明确计算一天开始和结束的时间点(…
…北京时间)- 将北京时间转换为 UTC 时间用于设置查询条件 -保持原有的链式调用风格以提高代码可读性
Showing
1 changed file
with
12 additions
and
4 deletions
-
Please register or login to post a comment
…北京时间)- 将北京时间转换为 UTC 时间用于设置查询条件 -保持原有的链式调用风格以提高代码可读性