Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9962f1b74 |
@@ -9,6 +9,7 @@ import (
|
|||||||
service2 "github.com/ayflying/utility_go/service"
|
service2 "github.com/ayflying/utility_go/service"
|
||||||
"github.com/ayflying/utility_go/tools"
|
"github.com/ayflying/utility_go/tools"
|
||||||
"github.com/gogf/gf/v2/container/gset"
|
"github.com/gogf/gf/v2/container/gset"
|
||||||
|
"github.com/gogf/gf/v2/container/gvar"
|
||||||
"github.com/gogf/gf/v2/frame/g"
|
"github.com/gogf/gf/v2/frame/g"
|
||||||
"github.com/gogf/gf/v2/os/gctx"
|
"github.com/gogf/gf/v2/os/gctx"
|
||||||
"github.com/gogf/gf/v2/os/gtime"
|
"github.com/gogf/gf/v2/os/gtime"
|
||||||
@@ -63,8 +64,11 @@ func (s *sGameAct) Info(uid int64, actId int) (data *g.Var, err error) {
|
|||||||
Uid: uid,
|
Uid: uid,
|
||||||
ActId: actId,
|
ActId: actId,
|
||||||
}).Fields("action").OrderDesc("updated_at").Value()
|
}).Fields("action").OrderDesc("updated_at").Value()
|
||||||
getDb.Scan(&data)
|
//getDb.Scan(&data)
|
||||||
|
if getDb == nil || getDb.IsEmpty() {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
data = gvar.New(getDb)
|
||||||
if data == nil || data.IsEmpty() {
|
if data == nil || data.IsEmpty() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user