Commit 21fa2f8e by jianan

应付明细21

parent 80ff517e
......@@ -192,6 +192,9 @@ public class ExpectedFortuneServiceImpl extends ServiceImpl<ExpectedFortuneMappe
expectedFortuneList.clear();
expectedFortuneList.addAll(sortedList);
// 8. 根据 payableNo 排序
expectedFortuneList.sort(Comparator.comparing(ApiExpectedFortunePageResponse::getPayableNo));
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