未验证 提交 50c4911a 编写于 作者: 静夜思朝颜's avatar 静夜思朝颜 提交者: GitHub

fix alarm query time bucket error (#4768)

Co-authored-by: NMrproliu <mrproliu@lagou.com>
上级 28806998
...@@ -57,6 +57,6 @@ public class AlarmQuery implements GraphQLQueryResolver { ...@@ -57,6 +57,6 @@ public class AlarmQuery implements GraphQLQueryResolver {
} }
return getQueryService().getAlarm( return getQueryService().getAlarm(
scopeId, keyword, paging, duration.getStartTimeBucket(), duration.getEndTimeBucket()); scopeId, keyword, paging, duration.getStartTimeBucketInSec(), duration.getEndTimeBucketInSec());
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册