作者 yangfu

1.修改环境变量

... ... @@ -4,9 +4,9 @@ import (
"fmt"
"github.com/astaxie/beego/orm"
_ "github.com/go-sql-driver/mysql"
"gitlab.fjmaimaimai.com/mmm-go/gocomm/pkg/log"
"openapi/pkg/constant"
_ "openapi/pkg/infrastructure/bgorm/model"
"openapi/pkg/infrastructure/log"
)
func init() {
... ...