修改bug
This commit is contained in:
parent
b952a0cf36
commit
1c2e246e9a
|
|
@ -154,6 +154,10 @@ public class SyncBizServiceImpl extends ServiceImpl<SyncBizMapper, NuBaseInfo> i
|
||||||
dto.setHumidDeviceList(humidMQDtoList);
|
dto.setHumidDeviceList(humidMQDtoList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
System.out.println("==========>开始发送MQ");
|
||||||
|
System.out.println("==========>orgCode:"+orgCode);
|
||||||
|
System.out.println("==========>dto:"+dto);
|
||||||
|
System.out.println("==========>结束发送MQ");
|
||||||
//发送MQ
|
//发送MQ
|
||||||
rabbitMQUtil.sendToExchange("hldy.iotsyncbiz", orgCode + ".iotsyncbiz.async", dto);
|
rabbitMQUtil.sendToExchange("hldy.iotsyncbiz", orgCode + ".iotsyncbiz.async", dto);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue