java110
2020-12-20 d290003bbbd80bca06ffbc0ee56eaf2dcca182d2
service-job/src/main/java/com/java110/job/adapt/hcIot/community/DeleteCommunityToIotAdapt.java
@@ -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);
    }