Commit 0f09e9f3 by jianan

Merge branch 'refs/heads/test_exp_fortune' into test

parents ed653fe9 21fa2f8e
...@@ -192,6 +192,9 @@ public class ExpectedFortuneServiceImpl extends ServiceImpl<ExpectedFortuneMappe ...@@ -192,6 +192,9 @@ public class ExpectedFortuneServiceImpl extends ServiceImpl<ExpectedFortuneMappe
expectedFortuneList.clear(); expectedFortuneList.clear();
expectedFortuneList.addAll(sortedList); expectedFortuneList.addAll(sortedList);
// 8. 根据 payableNo 排序
expectedFortuneList.sort(Comparator.comparing(ApiExpectedFortunePageResponse::getPayableNo));
log.info("顺序调整后: {}", sortedList.size()); log.info("顺序调整后: {}", sortedList.size());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment