修改bug

This commit is contained in:
yangjun 2026-03-03 10:54:53 +08:00
parent b952a0cf36
commit 1c2e246e9a
1 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,10 @@ public class SyncBizServiceImpl extends ServiceImpl<SyncBizMapper, NuBaseInfo> i
dto.setHumidDeviceList(humidMQDtoList);
}
System.out.println("==========>开始发送MQ");
System.out.println("==========>orgCode:"+orgCode);
System.out.println("==========>dto:"+dto);
System.out.println("==========>结束发送MQ");
//发送MQ
rabbitMQUtil.sendToExchange("hldy.iotsyncbiz", orgCode + ".iotsyncbiz.async", dto);