This commit is contained in:
shoopea 2019-05-26 00:21:46 +08:00
parent 945520ef36
commit 7c9e4637cc

2
job.go
View File

@ -116,5 +116,7 @@ func jobPillage(j Job) {
err = setJobStatus(j.ID64, objJobStatusPillageGo, time.Now().Add(5 * time.second))
logOnError(err, "jobPillage : setJobDone")
*/
err = setJobDone(j.ID64)
logOnError(err, "jobSetDone : setJobDone")
return
}