fix: 取消摘要数组倒序

This commit is contained in:
LesanOuO 2025-01-24 13:22:57 +08:00
parent b5ba500b60
commit 39e68af120
1 changed files with 0 additions and 1 deletions

View File

@ -313,7 +313,6 @@ public class FlowableUtils {
j++; j++;
} }
} }
Collections.reverse(summaryList);
return summaryList; return summaryList;
} }
return null; return null;