1098226878
2021-08-31 9cf55daaafbdf49b6e7eee8298f81a3c2e602112
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);
    }