|
|
@ -65,10 +65,10 @@
|
|
|
|
<if test="hiddenDangerType != null and hiddenDangerType != ''"> and hidden_danger_type = #{hiddenDangerType}</if>
|
|
|
|
<if test="hiddenDangerType != null and hiddenDangerType != ''"> and hidden_danger_type = #{hiddenDangerType}</if>
|
|
|
|
<if test="assistDept != null and assistDept != ''"> and FIND_IN_SET( #{assistDept}, assist_dept )</if>
|
|
|
|
<if test="assistDept != null and assistDept != ''"> and FIND_IN_SET( #{assistDept}, assist_dept )</if>
|
|
|
|
<if test="areaId != null and areaId != ''">and area_id = #{areaId}</if>
|
|
|
|
<if test="areaId != null and areaId != ''">and area_id = #{areaId}</if>
|
|
|
|
<if test="hiddenDangerLabel != null and hiddenDangerLabel != ''">
|
|
|
|
<if test="hiddenDangerLabelArray != null ">
|
|
|
|
AND
|
|
|
|
AND
|
|
|
|
<foreach collection="hiddenDangerLabel" item="item" separator="OR" index="index" open="(" close=")">
|
|
|
|
<foreach collection="hiddenDangerLabelArray" item="item" separator="OR" index="index" open="(" close=")">
|
|
|
|
FIND_IN_SET(#{item}, hiddenDanger_Label)
|
|
|
|
FIND_IN_SET(#{item}, hidden_danger_label)
|
|
|
|
</foreach>
|
|
|
|
</foreach>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|