加日志
This commit is contained in:
parent
3af91399dc
commit
c309920b31
@ -364,6 +364,9 @@ func (this *Activity) GetHdData(session comm.IUserSession, oids []string) (resul
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *Activity) Rpc_Activity(ctx context.Context, args string, reply *pb.EmptyResp) (err error) {
|
func (this *Activity) Rpc_Activity(ctx context.Context, args string, reply *pb.EmptyResp) (err error) {
|
||||||
|
this.Debug("Rpc_ActivityOver",
|
||||||
|
log.Field{Key: "args", Value: args},
|
||||||
|
)
|
||||||
this.modelhdList.LoadActivityData()
|
this.modelhdList.LoadActivityData()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user