Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
searchhotcrawler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
zhiwei
searchhotcrawler
Commits
c552fc36
Commit
c552fc36
authored
Jul 12, 2021
by
chenweitao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复热搜
parent
3d271f76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
src/main/java/com/zhiwei/searchhotcrawler/dao/HotSearchCacheDAO.java
+1
-4
No files found.
src/main/java/com/zhiwei/searchhotcrawler/dao/HotSearchCacheDAO.java
View file @
c552fc36
...
@@ -100,10 +100,7 @@ public class HotSearchCacheDAO {
...
@@ -100,10 +100,7 @@ public class HotSearchCacheDAO {
String
topicResult
=
document
.
getString
(
"topic_result"
)!=
null
?
document
.
getString
(
"topic_result"
):
null
;
String
topicResult
=
document
.
getString
(
"topic_result"
)!=
null
?
document
.
getString
(
"topic_result"
):
null
;
String
pictureUrl
=
document
.
getString
(
"pictureUrl"
)!=
null
?
document
.
getString
(
"pictureUrl"
):
null
;
String
pictureUrl
=
document
.
getString
(
"pictureUrl"
)!=
null
?
document
.
getString
(
"pictureUrl"
):
null
;
String
id
=
document
.
getString
(
"_id"
);
String
id
=
name
+
"_"
+
type
;
if
(
isNull
(
id
)){
id
=
name
+
"_"
+
type
;
}
boolean
recommend
=
false
;
boolean
recommend
=
false
;
// Integer readCount = document.getInteger("comment_count");
// Integer readCount = document.getInteger("comment_count");
...
...
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