模板解析功能提交

This commit is contained in:
2023-05-22 20:56:54 +08:00
parent a16f49c888
commit 103106ce65
44 changed files with 1547 additions and 20 deletions

View File

@@ -153,7 +153,7 @@ public class MqttMessageHandler {
ModelDto modelDto = gson.fromJson(new String(message.getPayload(), StandardCharsets.UTF_8), ModelDto.class);
HttpResult<CsEquipmentDeliveryVO> pojo = equipmentFeignClient.queryEquipmentByndid(nDid);
if (!Objects.isNull(pojo)){
String devType = pojo.getData().getDevType();
String devType = pojo.getData().getDevModel();
String dictCode = dicDataFeignClient.getDicDataById(devType).getData().getCode();
//直连设备处理
if (Objects.equals(dictCode, DicDataEnum.CONNECT_DEV.getCode())){