From a6e98914e8883926645dba4cdb3288af06c0ee86 Mon Sep 17 00:00:00 2001 From: qhd <1766646056@qq.com> Date: Tue, 16 Jun 2026 13:05:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85=E5=AF=BC=E5=85=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/dao/pull/active_pull_dao.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/dao/pull/active_pull_dao.go b/workflow/dao/pull/active_pull_dao.go index 18c9bf0..d5f56f7 100644 --- a/workflow/dao/pull/active_pull_dao.go +++ b/workflow/dao/pull/active_pull_dao.go @@ -8,7 +8,7 @@ import ( "fmt" "strings" - "gitea.com/red-future/common/db/gfdb" + "gitea.redpowerfuture.com/red-future/common/db/gfdb" "github.com/gogf/gf/v2/util/gconv" )