|
@@ -100,8 +100,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="createUserId != null and createUserId != ''"> and create_user_id = #{createUserId}</if>
|
|
|
<if test="params != null "> ${params.dataScope}</if>
|
|
|
</where>
|
|
|
-
|
|
|
- order by report_time desc
|
|
|
+ order by report_time desc LIMIT 1000
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTUEventFireById" parameterType="String" resultMap="TUEventFireResult">
|