1.查询大哥金币XML字段替换
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user