fix:进行design后library中可能会生成同样的图片

fix:ageGroup在designSingle时不会被存入数据库导致收藏页面不能显示完整
This commit is contained in:
litianxiang
2025-11-14 13:32:57 +08:00
parent ef84f32ca0
commit f3d6d7b000
5 changed files with 21 additions and 2 deletions

View File

@@ -124,4 +124,6 @@ public interface DesignService extends IService<Design> {
Boolean cloudTaskNameUpdate(CloudTaskDTO cloudTaskDTO);
Boolean cloudTaskDelete(CloudTaskDTO cloudTaskDTO);
String getAgeGroupByProjectOrCollectionId(Long projectId, Long collectionId);
}