|
|
|
@ -1024,7 +1024,7 @@ |
|
|
|
<if test="componentId != null ">and bd.device_id = #{componentId}</if> |
|
|
|
<if test="resultType != null ">and ra.result_type = #{resultType}</if> |
|
|
|
</where> |
|
|
|
LIMIT #{pageSize} OFFSET #{offset} order by pr.time desc |
|
|
|
order by pr.time desc LIMIT #{pageSize} OFFSET #{offset} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectPatrolResultListByMainIds" resultMap="PatrolResultResult"> |
|
|
|
|