Sign in
周伟鹏
/
cnlive_shenhe
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
38f9e6239470632c6cd7279c23ef384cbe350620
Authored by
周伟鹏
2018-12-11 16:39:23 +0800
1 parent
f75e5fe0
update
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/job/UsersSiteJob.java
src/main/java/com/cnlive/shenhe/job/UsersSiteJob.java
View file @
38f9e62
...
...
@@ -46,7 +46,7 @@ public class UsersSiteJob {
46
46
ShySitesMapper shySitesMapper;
47
47
48
48
49
-
//
@Scheduled(fixedRate = 30 * 60 * 1000)
49
+
@Scheduled(fixedRate = 30 * 60 * 1000)
50
50
public void syncUsers() {
51
51
try {
52
52
String tm = "0";
...
...