Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
brandkbs2
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
shenjunjie
brandkbs2
Commits
32713100
Commit
32713100
authored
Jul 09, 2024
by
shentao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release' into 'master'
Release See merge request
!553
parents
23735fba
4729ee80
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
src/main/java/com/zhiwei/brandkbs2/service/impl/MarkDataServiceImpl.java
+3
-0
src/main/java/com/zhiwei/brandkbs2/task/ControlCenter.java
+1
-1
No files found.
src/main/java/com/zhiwei/brandkbs2/service/impl/MarkDataServiceImpl.java
View file @
32713100
...
@@ -3220,6 +3220,9 @@ public class MarkDataServiceImpl implements MarkDataService {
...
@@ -3220,6 +3220,9 @@ public class MarkDataServiceImpl implements MarkDataService {
case
"followersNum"
:
case
"followersNum"
:
key
=
"followers_num"
;
key
=
"followers_num"
;
break
;
break
;
case
"shareNum"
:
key
=
"share_num"
;
break
;
}
}
if
(
null
==
entry
.
getValue
()
||
entry
.
getValue
().
toString
().
contains
(
"desc"
))
{
if
(
null
==
entry
.
getValue
()
||
entry
.
getValue
().
toString
().
contains
(
"desc"
))
{
sort
=
SortBuilders
.
fieldSort
(
key
).
order
(
SortOrder
.
DESC
);
sort
=
SortBuilders
.
fieldSort
(
key
).
order
(
SortOrder
.
DESC
);
...
...
src/main/java/com/zhiwei/brandkbs2/task/ControlCenter.java
View file @
32713100
...
@@ -120,7 +120,7 @@ public class ControlCenter {
...
@@ -120,7 +120,7 @@ public class ControlCenter {
}
}
@Async
(
"scheduledExecutor"
)
@Async
(
"scheduledExecutor"
)
// @Scheduled(cron = "0 30 3 L
* ?")
@Scheduled
(
cron
=
"0 30 3 1
* ?"
)
public
void
monthlyCustomXhsInteractionUpdate
()
{
public
void
monthlyCustomXhsInteractionUpdate
()
{
log
.
info
(
"每月互动量更新-启动"
);
log
.
info
(
"每月互动量更新-启动"
);
try
{
try
{
...
...
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