Lius
2023-12-26 63880904ec802b461089d7a7d0f36db7f0ca881d
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml
@@ -152,6 +152,7 @@
        <where>
            AND t1.status = '22'
            AND t1.alarm = #{ vo.alarmCode }
            AND (t1.start_time &lt;= #{ endDate } AND t1.end_time &gt;= #{ startDate })
            <if test="vo.equipmentIdList != null and vo.equipmentIdList.size() > 0 ">
                AND t1.equipment_id IN
                <foreach collection="vo.equipmentIdList" item="id" index="index" open="(" close=")" separator=",">