fix:knowledge document update bug

This commit is contained in:
aries_ckt 2023-08-01 14:00:48 +08:00
parent f6359196b2
commit ce28ef5ce6

View File

@ -156,7 +156,6 @@ class KnowledgeDocumentDao:
session = self.Session()
updated_space = session.merge(document)
session.commit()
session.close()
return updated_space.id
#