diff --git a/haiwei-manage/src/main/resources/mapper/manage/ApiMapper.xml b/haiwei-manage/src/main/resources/mapper/manage/ApiMapper.xml index d7e1c36..fad465b 100644 --- a/haiwei-manage/src/main/resources/mapper/manage/ApiMapper.xml +++ b/haiwei-manage/src/main/resources/mapper/manage/ApiMapper.xml @@ -29,8 +29,8 @@ then '运行' else case - when (select State from EEquipmentState where ID = #{param1}) = 'true' then '故障' - else '停机' + when (select State from EEquipmentState where ID = #{param1}) = 'true' then '停机' + else '故障' end end as state, '一体机' as name @@ -42,8 +42,8 @@ then '运行' else case - when (select State from EEquipmentState where ID = #{param3}) = 'true' then '故障' - else '停机' + when (select State from EEquipmentState where ID = #{param3}) = 'true' then '停机' + else '故障' end end as state, '切刀' as name