You've already forked FrameTour-BE
部分修改
This commit is contained in:
@ -28,7 +28,7 @@ public class FaceCleaner {
|
||||
List<ScenicRespVO> scenicList = scenicMapper.list(scenicQuery);
|
||||
scenicList.forEach(scenic -> {
|
||||
log.info("当前景区{},开始删除人脸样本", scenic.getName());
|
||||
faceService.batchDeleteFace(scenic.getId());
|
||||
faceService.batchDeleteExpiredFace(scenic.getId());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user