guoshilong
2023-08-10 f4624736f4be23966b0ec573816d1b5ceed1cd97
skjcmanager/skjcmanager-service/skjcmanager-nky/src/main/java/cn/gistack/nky/mapper/AlarmGetMapper.xml
@@ -60,6 +60,9 @@
        <if test="vo.type != null and vo.type !='' ">
            AND type = #{vo.type}
        </if>
        <if test="vo.pointId != null and vo.pointId !='' ">
            AND POINT_id = #{vo.pointId}
        </if>
        AND dam_id =  #{vo.damId}
    </select>
</mapper>