mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-25 02:32:57 +08:00
fix: 【FCJDFDXTXS-201】编辑后不从es里删除
This commit is contained in:
@@ -1061,10 +1061,10 @@ public class CourseServiceImpl implements ICourseService {
|
||||
}
|
||||
|
||||
//更新后需要删除发布
|
||||
if (StringUtils.isNotBlank(c.getFullTextId())) {
|
||||
publishUtil.removeByDocId(c.getFullTextId());
|
||||
|
||||
}
|
||||
// if (StringUtils.isNotBlank(c.getFullTextId())) {
|
||||
// publishUtil.removeByDocId(c.getFullTextId());
|
||||
//
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user