Browse Source

feat:归档排除忽略状态,调整区域列表顺序

master
WangGuangYuan 4 days ago
parent
commit
1a7eaabc9f
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml
  2. +1
    -1
      inspect-metadata/src/main/resources/mapper/area/BaseDataAreaMapper.xml

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

@ -672,6 +672,7 @@
<foreach collection="mainIds" item="item" index="index" open="(" separator="," close=")">
#{item}
</foreach>
and b.point_status != '3'
<if test="filter != null ">and b.filter = #{filter}</if>
</select>
<select id="selectBaseInfoByPointId" parameterType="String" resultType="java.util.Map">


+ 1
- 1
inspect-metadata/src/main/resources/mapper/area/BaseDataAreaMapper.xml View File

@ -115,7 +115,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</if>
</if>
order by d.parent_id, d.order_num
order by d.relation_parent_id, d.order_num
</select>
<select id="selectAreaListByRoleId" resultType="java.lang.Long">


Loading…
Cancel
Save