#
luxiaotao1123
2022-12-28 750367c1a9a4b4cde9c5f7502692f1955412091a
src/main/java/com/zy/asrs/controller/SteController.java
@@ -101,6 +101,12 @@
            if (!Cools.isEmpty(steProtocol.getChargeStatus())) {
                vo.setChargeStatus(steProtocol.getChargeStatus()==1?"✔":"×");
            }
            if (!Cools.isEmpty(steProtocol.getAlarm())) {
                vo.setAlarm1(String.valueOf(steProtocol.getAlarm()));
            }
            if (!Cools.isEmpty(steProtocol.getAlarm0())) {
                vo.setAlarm2(String.valueOf(steProtocol.getAlarm0()));
            }
        }
        return R.ok().add(list);
    }