Commit 87a9ecb1 by jianan

应付明细22

parent 21fa2f8e
......@@ -192,9 +192,6 @@ public class ExpectedFortuneServiceImpl extends ServiceImpl<ExpectedFortuneMappe
expectedFortuneList.clear();
expectedFortuneList.addAll(sortedList);
// 8. 根据 payableNo 排序
expectedFortuneList.sort(Comparator.comparing(ApiExpectedFortunePageResponse::getPayableNo));
log.info("顺序调整后: {}", sortedList.size());
}
......
......@@ -383,7 +383,7 @@
</if>
</where>
ORDER BY payable_no ASC, type ASC
ORDER BY fortune_type ASC, type ASC
</select>
<select id="queryListStatistics" resultType="com.yd.csf.service.vo.ExpectedFortuneStatisticsVO">
......
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