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

时间窗口查询 _wstart部分增加了8个小时 #26440

Closed
xclwpd opened this issue Jul 5, 2024 · 2 comments
Closed

时间窗口查询 _wstart部分增加了8个小时 #26440

xclwpd opened this issue Jul 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@xclwpd
Copy link

xclwpd commented Jul 5, 2024

查询sql:
select _wstart as time, sum(net_weight) as netWeightSum
from s_weighbridge
interval(1d);

查询结果:
2024-06-25 00:00:00.000 240.0
2024-06-26 00:00:00.000 300.0
2024-06-27 00:00:00.000 60.0
2024-06-28 00:00:00.000 240.0
2024-06-29 00:00:00.000 0.0
2024-07-05 08:00:00.000 160.0

7月5号的数据,加了8个小时

@xclwpd xclwpd added the bug Something isn't working label Jul 5, 2024
@yu285
Copy link
Contributor

yu285 commented Jul 19, 2024

请问版本号是?

@yu285
Copy link
Contributor

yu285 commented Jul 22, 2024

暂作关闭处理,后续有问题可以随时联系我们,微信:a15652223354

@yu285 yu285 closed this as completed Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants