java110
2021-10-19 b278a4b743d0cf45fd0b42bc78ff42f4e1124baf
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();
    }
    /**