You've already forked FrameTour-BE
额外更新少字段的relation
This commit is contained in:
@@ -131,7 +131,7 @@ public class DynamicTaskGenerator {
|
||||
return false;
|
||||
}
|
||||
return face.getScenicId().equals(faceSample.getScenicId());
|
||||
}).collect(Collectors.toList());
|
||||
}).toList();
|
||||
if (faceIdList.isEmpty()) {
|
||||
log.info("本景区人脸样本ID不在人脸样本库中,忽略任务:{}", task);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user