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