lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml
@@ -114,7 +114,7 @@ <where> AND status = '22' AND alarm = #{ vo.alarmCode } AND (start_time <= #{ vo.endDate } AND end_time >= #{ vo.startDate }) AND (start_time <= #{ endDate } AND end_time >= #{ startDate }) <if test="vo.equipmentIdList != null and vo.equipmentIdList.size() > 0 "> AND equipment_id IN <foreach collection="vo.equipmentIdList" item="id" index="index" open="(" close=")" separator=",">