You've already forked FrameTour-BE
模板支持相同机位
This commit is contained in:
@@ -33,7 +33,6 @@ public class TemplateRepository {
|
||||
return template.getChildren().stream()
|
||||
.filter(item -> item.getIsPlaceholder() == 1)
|
||||
.map(TemplateRespVO::getSourceUrl)
|
||||
.distinct()
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user