mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
学习课程ES相关的修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user