BUGFIX:design中的排序问题 倒序问题 再次修改
This commit is contained in:
@@ -46,15 +46,15 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
|
||||
|
||||
Boolean exportSave(MultipartFile file, Long projectId, String module);
|
||||
|
||||
List<ToProductImageResult> toProduct(ToProductImageDTO toProductImageDTO);
|
||||
List<ToProductImageResultVO> toProduct(ToProductImageDTO toProductImageDTO);
|
||||
|
||||
void reArrangeSort(Long projectId, Long generateResultId, String relationType, Long parentId);
|
||||
Integer rearrangeChildSort(Long childId, String relationType, Long parentId, Long userLikeSortId);
|
||||
|
||||
void toProduct(String taskId);
|
||||
|
||||
ToProductElementVO toProductImageElementUpload(MultipartFile file, Long projectId);
|
||||
|
||||
Long productImageLike(ProductImageLikeDTO productImageLikeDTO);
|
||||
CollectionSort productImageLike(ProductImageLikeDTO productImageLikeDTO);
|
||||
|
||||
List<MagicToolResultVO> getToProductImageResultList(List<String> taskIdList);
|
||||
|
||||
@@ -68,7 +68,7 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
|
||||
|
||||
void relight(String taskId);
|
||||
|
||||
List<ToProductImageResult> relight(ToProductImageDTO toProductImageDTO);
|
||||
List<ToProductImageResultVO> relight(ToProductImageDTO toProductImageDTO);
|
||||
|
||||
List<MagicToolResultVO> getRelightResult(List<String> taskIdList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user