This commit is contained in:
aozhiwei 2024-11-11 14:57:36 +08:00
parent 811974ac00
commit 5da0e744ce

View File

@ -23,6 +23,7 @@ func (this *MissionApi) List(c *gin.Context) {
}{}
mt.Table.Task.Traverse(func (taskMeta *mt.Task) bool {
missionVo := new(vo.Mission)
missionVo.MissionId = taskMeta.GetId()
q5.AppendSlice(&rspObj.Data, missionVo)
return true
})