Skip to content

Commit f39e029

Browse files
committed
feat: implement aggregation document status retrieval in listener management
1 parent eb41ddf commit f39e029

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/common/event/listener_manage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ def embedding_paragraph_apply(paragraph_list):
178178
@staticmethod
179179
def get_aggregation_document_status(document_id):
180180
def aggregation_document_status():
181-
pass
182181
sql = get_file_content(
183182
os.path.join(PROJECT_DIR, "apps", "knowledge", 'sql', 'update_document_status_meta.sql'))
184183
native_update({'document_custom_sql': QuerySet(Document).filter(id=document_id)}, sql, with_table_name=True)

0 commit comments

Comments
 (0)