1.查询大哥金币XML字段替换

This commit is contained in:
2025-06-26 21:54:39 +08:00
parent c3c722e904
commit f3114a8e6e

View File

@@ -115,8 +115,8 @@
sbr.level ${dto.sort}
</if>
<!-- 大哥打赏金币排序 -->
<if test="dto.sortName == 'historicHighCoins' and dto.sort != null">
sbr.historic_high_coins ${dto.sort}
<if test="dto.sortName == 'hostsCoins' and dto.sort != null">
sbr.hostcoins ${dto.sort}
</if>
<!-- 大哥打赏总金币排序 -->
<if test="dto.sortName == 'totalGiftCoins' and dto.sort != null">