added: 资源分类批量修改接口

This commit is contained in:
none
2023-06-12 10:22:09 +08:00
parent a35a767514
commit 82ac97dbc5
6 changed files with 84 additions and 29 deletions

View File

@@ -155,4 +155,9 @@ public class ResourceServiceImpl extends ServiceImpl<ResourceMapper, Resource>
}
return resourceVideo.getDuration();
}
@Override
public void categoryChange(List<Integer> ids, Integer categoryId) {
relationService.rebuild(ids, categoryId);
}
}