- update log

master v1.0.16
李光春 2 years ago
parent efefa6d809
commit 9114bf7fe9

@ -51,7 +51,7 @@ func NewClient(storeId, appKey int, appSecret string, gormClientFun gormClientFu
gormClient := gormClientFun()
if gormClient.Db != nil {
c.log.logGormClient, err = golog.NewApiGormClient(func() (client *dorm.GormClient, tableName string) {
c.log.logGormClient, err = golog.NewApiGormClient(func() (*dorm.GormClient, string) {
return gormClient, logTable
}, debug)
if err != nil {

@ -12,4 +12,4 @@ const (
logTable = "wikeyun"
)
const Version = "1.0.15"
const Version = "1.0.16"

Loading…
Cancel
Save