Commit 8ea2aa2f79b6f66029d8b4a40483b8796985901c

Authored by changpengfei
1 parent f88e2b5375
Exists in master and in 1 other branch dev

start task... debug

Showing 1 changed file with 1 additions and 1 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/PushArticleTask.java View file @ 8ea2aa2
... ... @@ -32,7 +32,7 @@
32 32  
33 33 @Scheduled(initialDelay=1000, fixedRate=5000)
34 34 public void pushArtcle(){
35   - log.info("开始给患者推送文章>>>>>>");
  35 + log.debug("开始给患者推送文章>>>>>>");
36 36 List<LymsArticle> aLst=lymsArticleService.sltNeedPush();//获取待推送文章
37 37  
38 38 aLst.forEach(e->{