java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
service-job/src/main/java/com/java110/job/adapt/hcIot/community/DeleteCommunityToIotAdapt.java
old 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);
    }