java110
2021-05-15 811e8e7139ad6e331c2f84bcd5cf3f927a8b3312
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();
    }
    /**