逻辑修改

This commit is contained in:
2024-12-29 11:09:43 +08:00
parent 80c8dc2b3c
commit 5af3a14f03
8 changed files with 22 additions and 31 deletions

View File

@ -31,7 +31,7 @@ public interface TemplateMapper {
int updateConfigById(TemplateConfigEntity templateConfigEntity);
int deleteConfigByTemplateId(Long templateId);
int deleteConfigById(Long id);
List<TemplateEntity> listByScenicId(Long scenicId);
List<TemplateEntity> listEnabledByScenicId(Long scenicId);
List<ContentPageVO> listFor(@Param("scenicId") Long scenicId, @Param("faceId") Long faceId);
}