service-job/src/main/java/com/java110/job/adapt/hcIot/community/DeleteCommunityToIotAdapt.javaold mode 100644 new mode 100755
@@ -85,6 +85,7 @@ CommunityPo communityPo = BeanConvertUtil.covertBean(businessCommunity, CommunityPo.class); JSONObject postParameters = new JSONObject(); postParameters.put("extCommunityId", communityPo.getCommunityId()); postParameters.put("name", communityPo.getName()); iotSendAsynImpl.deleteCommunity(postParameters); }