This commit is contained in:
2024-12-30 20:47:34 +08:00
parent 2031b77f12
commit cfd48861d5
17 changed files with 134 additions and 61 deletions

View File

@ -33,5 +33,5 @@ public interface TemplateMapper {
int deleteConfigById(Long id);
List<TemplateEntity> listEnabledByScenicId(Long scenicId);
List<ContentPageVO> listFor(@Param("scenicId") Long scenicId, @Param("faceId") Long faceId);
List<ContentPageVO> listFor(@Param("scenicId") Long scenicId);
}