Lius
2024-09-26 7ca0b4b585a109b427b510548c78f3e1dcf5ba37
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMapper.xml
@@ -149,6 +149,7 @@
            <foreach collection="equipmentIdList" index="index" item="id" open="(" separator="," close=")">
                #{id}
            </foreach>
            AND me.device_abnormal_status = 1
        </where>
        ORDER BY sd.depart_order
    </select>
@@ -173,6 +174,7 @@
            <foreach collection="equipmentIdList" index="index" item="id" open="(" separator="," close=")">
                #{id}
            </foreach>
            AND me.device_abnormal_status = 1
        </where>
        ORDER BY mp.production_order
    </select>