代码提交
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<if test="csEventUserQueryParam!=null and csEventUserQueryParam.userId != null and csEventUserQueryParam.userId !=''">
|
||||
and a.user_id=#{ csEventUserQueryParam.userId}
|
||||
</if>
|
||||
order by create_time desc
|
||||
order by b.start_time desc
|
||||
|
||||
</select>
|
||||
|
||||
@@ -97,6 +97,6 @@
|
||||
<if test="csEventUserQueryPage!=null and csEventUserQueryPage.userId != null and csEventUserQueryPage.userId !=''">
|
||||
and a.user_id=#{ csEventUserQueryPage.userId}
|
||||
</if>
|
||||
order by create_time desc
|
||||
order by b.start_time desc
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user