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