java110
2020-05-23 df99c65bf738f0d5d90802046827c75179bffcb2
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",