shane
2021-07-12 b555bdde876199ea4d3f2f9126f20f6e94b3e890
service-community/src/main/java/com/java110/community/api/CommunityApi.java
old mode 100644 new mode 100755
@@ -64,8 +64,8 @@
            responseJson = DataTransactionFactory.createBusinessResponseJson(businessServiceDataFlow,ResponseConstant.RESULT_CODE_ERROR,e.getMessage()+e,
                    null);
        }finally {
            return responseJson.toJSONString();
        }
        return responseJson.toJSONString();
    }
    /**