From 8450a5b06d695249c33c2d1e4b75c3a708a616f2 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:31:06 +0800 Subject: [PATCH] fix: Guide package (#1986) (cherry picked from commit d744fb410633be0a79aa3090fccdc4bfcae6e02b) --- apps/common/event/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/event/__init__.py b/apps/common/event/__init__.py index 2ae40525b..fc5a08738 100644 --- a/apps/common/event/__init__.py +++ b/apps/common/event/__init__.py @@ -9,6 +9,7 @@ import setting.models from setting.models import Model from .listener_manage import * +from common.db.sql_execute import update_execute update_document_status_sql = """ UPDATE "public"."document"