fix: issues

This commit is contained in:
Rogee
2024-12-10 10:24:31 +08:00
parent 0c9cb498d5
commit cb1cdee87e
32 changed files with 226 additions and 61 deletions

View File

@@ -4,11 +4,11 @@
package main
import (
"backend/common/service/http"
"backend/common/service/migrate"
"backend/common/service/model"
"backend/common/service/tasks"
"backend/common/service/tenants"
"backend/pkg/service/http"
"backend/pkg/service/migrate"
"backend/pkg/service/model"
"backend/pkg/service/tasks"
"backend/pkg/service/tenants"
"git.ipao.vip/rogeecn/atom"
log "github.com/sirupsen/logrus"