mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 19:59:31 +08:00
added: 资源分类批量修改接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user