fix: 取消摘要数组倒序
This commit is contained in:
parent
b5ba500b60
commit
39e68af120
|
@ -313,7 +313,6 @@ public class FlowableUtils {
|
|||
j++;
|
||||
}
|
||||
}
|
||||
Collections.reverse(summaryList);
|
||||
return summaryList;
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue