This commit is contained in:
shoopea 2020-01-14 12:12:22 +08:00
parent 3c877b5487
commit f783985926

2
job.go
View File

@ -1558,7 +1558,7 @@ func jobGWithdraw(j Job) {
createJobCallback(cacheObjSubType[`job_msg_del`], j.UserID64, p2.MsgTypeID64, b2, time.Minute)
clientSendCWMsg(j.UserID64, `/g_stock_other`)
} else {
c, err := 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))