-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
OpenApi查询任务实例[queryInstanceInfo]方法中的排序没有效果
To Reproduce
设置actualTriggerTime倒序,结果按照顺序排序
追踪代码发现是因为ascending() 或 descending()不会修改原来的Sort对象,需要重新赋值
sorter = sorter.descending();
Expected behavior
希望尽快解决
Environment
PowerJob Version: 5.1.1
Java Version: oracle jdk 8u431
OS: MacOS 15
Screenshots
QueryConvertUtils:

Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working