学习课程ES相关的修改

This commit is contained in:
daihh
2023-01-09 11:51:31 +08:00
parent f0d2e55095
commit 603816dd89
2 changed files with 31 additions and 2 deletions

View File

@@ -56,6 +56,15 @@ public interface ICourseStudySearch {
*/
void updateFieldByDocId(String field,Object value, String docId) throws Exception;
/**
* 更新状态和进度
* @param docId
* @param status
* @param process
* @throws Exception
*/
void updateStatusAndProcessByDocId(String docId,int status,int process) throws Exception;
/**
* 移除课程
* @param id