ci/cd调整

This commit is contained in:
2026-06-10 15:59:11 +08:00
parent 8d3a12ea65
commit daa9c69e17
16 changed files with 14 additions and 614 deletions

View File

@@ -6,7 +6,7 @@ import (
dto "erp/model/dto/data"
entity "erp/model/entity/data"
"gitea.com/red-future/common/db/gfdb"
"gitea.redpowerfuture.com/red-future/common/db/gfdb"
"github.com/gogf/gf/v2/database/gdb"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/util/gconv"

View File

@@ -6,7 +6,7 @@ import (
dto "erp/model/dto/data"
entity "erp/model/entity/data"
"gitea.com/red-future/common/db/gfdb"
"gitea.redpowerfuture.com/red-future/common/db/gfdb"
"github.com/gogf/gf/v2/database/gdb"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/util/gconv"

View File

@@ -7,7 +7,7 @@ import (
entity "erp/model/entity/data"
"time"
"gitea.com/red-future/common/db/gfdb"
"gitea.redpowerfuture.com/red-future/common/db/gfdb"
"github.com/gogf/gf/v2/database/gdb"
"github.com/gogf/gf/v2/util/gconv"
)