BUGFIX:1、userLikeService中业务划分不清晰导致与generateService出现循环依赖问题。解决:将CollectionSort单独划分为一个Service
2、新建t_api_generate表用于补偿查询生成结果
This commit is contained in:
@@ -61,12 +61,6 @@ public interface DesignService extends IService<Design> {
|
||||
*/
|
||||
DesignLikeVO like(DesignLikeDTO designLikeDTO);
|
||||
|
||||
CollectionSort addCollectionSort(Long relationId, String relationType, Long projectId, Long parentId);
|
||||
|
||||
CollectionSort queryCollectionSortByRelation(Long relationId, String relationType, Long projectId);
|
||||
|
||||
int getNextSort(Long projectId, Long parentId);
|
||||
|
||||
/**
|
||||
* dislike
|
||||
*
|
||||
@@ -75,10 +69,6 @@ public interface DesignService extends IService<Design> {
|
||||
*/
|
||||
Boolean dislike(DisDesignLikeDTO disDesignLikeDTO);
|
||||
|
||||
void deleteCollectionSort(Long relationId, String relationType, Long projectId, Long parentId);
|
||||
|
||||
CollectionSort getUserLikeSortByUserLikeId(Long userLikeId, String relationType, Long projectId);
|
||||
|
||||
/**
|
||||
* generateHighDesign
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user