This commit is contained in:
张良(004796)
2024-01-19 11:23:11 +08:00
parent 66a0f7bc93
commit fbc18b491d

View File

@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="query.type == 1">
order by t3.last_live_time desc
</if>
<if test="query.type == 1">
<if test="query.type == 2">
order by t1.create_time desc
</if>
</if>