Commit 634fa458 authored by KeYong's avatar KeYong

更新qrCode类型

parent 0856f9ed
...@@ -1599,7 +1599,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService { ...@@ -1599,7 +1599,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
map.put("qrCode", equipInfoVo.getQrCode()); map.put("qrCode", equipInfoVo.getQrCode());
map.put("color", equipInfoVo.getCodeColor()); map.put("color", equipInfoVo.getCodeColor());
contentVo.setValue(map); contentVo.setValue(map);
contentVo.setType("text"); contentVo.setType("qrcode");
break; break;
case "alarmContent": case "alarmContent":
contentVo.setLabel(u.getDescribe()); contentVo.setLabel(u.getDescribe());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment