Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
0d71e8cc
Unverified
Commit
0d71e8cc
authored
Mar 05, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
#12669
parent
cafc6ca2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
src/main/java/org/b3log/solo/processor/console/ArticleConsole.java
...java/org/b3log/solo/processor/console/ArticleConsole.java
+1
-1
src/main/java/org/b3log/solo/service/ArticleQueryService.java
...main/java/org/b3log/solo/service/ArticleQueryService.java
+0
-4
No files found.
src/main/java/org/b3log/solo/processor/console/ArticleConsole.java
View file @
0d71e8cc
...
@@ -217,7 +217,7 @@ public class ArticleConsole {
...
@@ -217,7 +217,7 @@ public class ArticleConsole {
* "articleViewCount": int,
* "articleViewCount": int,
* "articleTags": "tag1, tag2, ....",
* "articleTags": "tag1, tag2, ....",
* "articlePutTop": boolean,
* "articlePutTop": boolean,
* "article
IsPublished": boolean
* "article
Status": int
* }, ....]
* }, ....]
* }
* }
* </pre>, order by article update date and sticky(put top).
* </pre>, order by article update date and sticky(put top).
...
...
src/main/java/org/b3log/solo/service/ArticleQueryService.java
View file @
0d71e8cc
...
@@ -474,10 +474,6 @@ public class ArticleQueryService {
...
@@ -474,10 +474,6 @@ public class ArticleQueryService {
/**
/**
* Gets articles(by crate date descending) by the specified request json object.
* Gets articles(by crate date descending) by the specified request json object.
* <p>
* <p>
* If the property "articleIsPublished" of the specified request json object is {@code true}, the returned articles
* all are published, {@code false} otherwise.
* </p>
* <p>
* Specified the "excludes" for results properties exclusion.
* Specified the "excludes" for results properties exclusion.
* </p>
* </p>
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment