service-job/src/main/java/com/java110/job/adapt/hcIot/machine/ModifyMachineToIotAdapt.java
@@ -120,6 +120,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.updateMachine(postParameters); }