FrontService/src/main/java/com/java110/front/smo/community/impl/DeleteCommunitySMOImpl.java
@@ -40,7 +40,7 @@ @Override protected ResponseEntity<String> doBusinessProcess(IPageData pd, JSONObject paramIn) { ResponseEntity<String> responseEntity = null; super.validateStoreStaffCommunityRelationship(pd, restTemplate); //super.validateStoreStaffCommunityRelationship(pd, restTemplate); responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(), ServiceConstant.SERVICE_API_URL + "/api/community.deleteCommunity",