Lius
2024-09-27 435c2e83b4caefee5676fedfd7a27d7b0362693d
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>