lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/PredictiveWorkPlanSparePartMapper.xml
@@ -69,8 +69,8 @@ t1.duration, t1.start_time startTime, t1.start_long startLong, t1.start_time startTime, 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 </select>