wfy
2021-09-18 0417d31de9980cbc1735daffffb308d050ce35b4
service-community/src/main/java/com/java110/community/api/CommunityApi.java
@@ -64,8 +64,8 @@
            responseJson = DataTransactionFactory.createBusinessResponseJson(businessServiceDataFlow,ResponseConstant.RESULT_CODE_ERROR,e.getMessage()+e,
                    null);
        }finally {
            return responseJson.toJSONString();
        }
        return responseJson.toJSONString();
    }
    /**