TASK: 默认不like的元素,如有parentId,需要添加到CollectionSort表中
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user