“linengliang”
2023-09-19 8aa74635a762bbb5a49253b055eb69db5ebaab2d
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/PredictiveWorkPlanSparePartMapper.xml
@@ -71,8 +71,7 @@
            t1.start_long startLong,
            t1.end_time endTime,
            t1.end_long endLong
--             状态,0:关机,1:开机,2:待机,3:工作,22:报警
        from mdc_equipment_running_section t1  where t1.status IN (1,2,3,22) t1.equipment_id = #{mdcEquipmentId} order by start_time desc
        from mdc_equipment_running_section t1  where t1.status IN (1,2,3,22) AND t1.equipment_id = #{mdcEquipmentId} order by start_time desc
    </select>