mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 18:36:51 +08:00
学习课程ES增加了按id删除
This commit is contained in:
@@ -71,4 +71,11 @@ public interface ICourseStudySearch {
|
||||
* @throws Exception
|
||||
*/
|
||||
void removeByDocId(String id) throws Exception;
|
||||
|
||||
/**
|
||||
* 根据学习id删除
|
||||
* @param id
|
||||
* @throws Exception
|
||||
*/
|
||||
void removeByStudyId(String id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user