|
@@ -33,7 +33,7 @@ public class CleanVisitorRecordTask {
|
|
//每1小时执行一次
|
|
//每1小时执行一次
|
|
@Scheduled(cron="0 0 0/1 * * ?")
|
|
@Scheduled(cron="0 0 0/1 * * ?")
|
|
public void run(){
|
|
public void run(){
|
|
- List<PersonDeviceLog> logList = personDeviceLogService.findExpiredVisitorRecord(10);
|
|
|
|
|
|
+ List<PersonDeviceLog> logList = personDeviceLogService.findExpiredVisitorRecord(100);
|
|
|
|
|
|
int removeImageCount = 0;
|
|
int removeImageCount = 0;
|
|
int removeRawCount = 0;
|
|
int removeRawCount = 0;
|