Commit 3930780905b5afb0470cee58dbf6777c2c627868
1 parent
2d6009edbb
Exists in
master
医生状态
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/HXTask.java
View file @
3930780
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | @Autowired |
29 | 29 | private HXService hxService; |
30 | 30 | |
31 | -// @Scheduled(initialDelay=1000, fixedRate=5000) | |
31 | + @Scheduled(initialDelay=1000, fixedRate=5000) | |
32 | 32 | public void checkDoctorStat(){ |
33 | 33 | List<LymsDoctor> dLst=lymsDoctorService.list(); |
34 | 34 | List<String> dlLst=dLst.stream().map(d->d.getDlogin()).collect(Collectors.toList()); |