|
@@ -120,7 +120,7 @@ public class BizTask {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-// @Scheduled(initialDelay=10*1000, fixedDelay=1000*30)
|
|
|
|
|
|
+ @Scheduled(initialDelay=10*1000, fixedDelay=1000*30)
|
|
public void checkIntegral() throws InterruptedException {
|
|
public void checkIntegral() throws InterruptedException {
|
|
long allCount = bimFaceService.getAllCount();
|
|
long allCount = bimFaceService.getAllCount();
|
|
if (cache.hasKey("bim:count")){
|
|
if (cache.hasKey("bim:count")){
|