test
This commit is contained in:
parent
a87dc5e7f3
commit
9818131fc5
4
job.go
4
job.go
@ -1558,8 +1558,8 @@ func jobGWithdraw(j Job) {
|
||||
createJobCallback(cacheObjSubType[`job_msg_del`], j.UserID64, p2.MsgTypeID64, b2, time.Minute)
|
||||
clientSendCWMsg(j.UserID64, `/g_stock_other`)
|
||||
} else {
|
||||
_, err := getLockedRoleClient(`Commander`)
|
||||
logOnError(err, "jobGWithdraw: getLockedRoleClient(Commander)")
|
||||
_, err := getLockedRoleClient(`commander`)
|
||||
logOnError(err, "jobGWithdraw: getLockedRoleClient(commander)")
|
||||
b, _ := json.Marshal(p)
|
||||
log.Printf("jobGWithdraw[%d] : got all the info\n%s\n", j.ID64, string(b))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user