diff --git a/modules/mline/api_challengeover.go b/modules/mline/api_challengeover.go index a0c39aa8a..6fa341858 100644 --- a/modules/mline/api_challengeover.go +++ b/modules/mline/api_challengeover.go @@ -220,7 +220,7 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.MlineChall } } // this.module.ModuleRtask.SendToRtask(session, comm.Rtype160, allStar) - tasks = append(tasks, comm.GetBuriedParam(comm.Rtype160, allStar)) + tasks = append(tasks, comm.GetBuriedParam(comm.Rtype160, allStar, stageConf.Chapterid)) go this.module.ModuleBuried.TriggerBuried(session.GetUserId(), tasks...) return }