xuxiuxi
2017-08-11 053bef92d3ad2caa71d66ce0817bae51f7e2a64e
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/sync/DeleteLastMonthRecordAndPictureThread.java
@@ -12,7 +12,7 @@
        while (true) {
            try {
                VisitMng.getInstance().removeLastMonthData();
                AttendanceMng.getInstance().removeLastMonthData();
                AttendanceMng.getInstance().removeBeforeToday();
                CheckInMng.getInstance().removeVisitorLastMonthData();
                SurveillanceMng.getInstance().removePhotoFileWhenStorageIsSlow();
                Thread.sleep(12*60*60*1000);