Browse Source

印尼-巡视结果返回接口根据时间排序 解决报错

master
王寅 8 months ago
parent
commit
ae129af494
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml

+ 1
- 1
inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml View File

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


Loading…
Cancel
Save