调试
This commit is contained in:
parent
f8213c4c1c
commit
9edcef9b64
@ -99,8 +99,8 @@ public class KnowledgeBaseServiceImpl implements KnowledgeBaseService {
|
||||
asyncKnowledgeBase.knowledgeEmbed(knowledgeDocumentsList, updateReqVO.getId());
|
||||
// List<Long> deleteIds = knowledgeDocumentsMapper.selectDeleteIds(updateReqVO.getId());
|
||||
// asyncKnowledgeBase.createKnowledgeBase(knowledgeDocumentsList, deleteIds);
|
||||
updateObj.setKnowledgeBaseIntro("4");
|
||||
knowledgeBaseMapper.updateById(updateObj);
|
||||
// updateObj.setKnowledgeBaseIntro("4");
|
||||
// knowledgeBaseMapper.updateById(updateObj);
|
||||
// 4.5 异步处理知识库外挂
|
||||
// asyncKnowledgeBase.knowledgeEmbed(knowledgeDocumentsList, updateReqVO.getId());
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user