作者 yangfu

1.修改环境变量

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