TASK: 默认不like的元素,如有parentId,需要添加到CollectionSort表中

This commit is contained in:
2025-07-08 14:29:54 +08:00
parent ec44c2a6b5
commit d379f778dc
3 changed files with 25 additions and 1 deletions

View File

@@ -63,6 +63,8 @@ public interface DesignService extends IService<Design> {
CollectionSort addCollectionSort(Long relationId, String relationType, Long projectId, Long parentId);
CollectionSort queryCollectionSortByRelation(Long relationId, String relationType, Long projectId);
int getNextSort(Long projectId, Long parentId);
/**