代码提交

This commit is contained in:
huangzj
2023-10-08 11:18:36 +08:00
parent e000b8c0ee
commit 9832b63a9a

View File

@@ -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>