service-job/src/main/java/com/java110/job/adapt/hcIot/machine/AddMachineToIotAdapt.java
@@ -151,6 +151,7 @@ postParameters.put("extCommunityId", machinePo.getCommunityId()); postParameters.put("machineIp", machinePo.getMachineIp()); postParameters.put("machineMac", machinePo.getMachineMac()); postParameters.put("direction", machinePo.getDirection()); postParameters.put("hmId", hmId); hcMachineAsynImpl.addMachine(postParameters, ownerDtos); }