Commit 3afa7ed8 by jianan

Merge branch 'refs/heads/test_exp_fortune' into test

parents 0f09e9f3 87a9ecb1
......@@ -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