获得指定材料任务

This commit is contained in:
meixiongfeng 2023-05-26 18:58:37 +08:00
parent 33bdd3a86b
commit a85aac429a

View File

@ -9,7 +9,6 @@ import (
"go_dreamfactory/sys/configure" "go_dreamfactory/sys/configure"
cfg "go_dreamfactory/sys/configure/structs" cfg "go_dreamfactory/sys/configure/structs"
"go_dreamfactory/sys/db" "go_dreamfactory/sys/db"
"go_dreamfactory/utils"
"math" "math"
"time" "time"
@ -295,7 +294,6 @@ func (this *ModelItemsComp) AddItemsToUserPack(uId string, items map[string]int3
} }
change = append(change, add...) change = append(change, add...)
// //
go this.module.ModuleRtask.TriggerTask(uId, comm.GettaskParam(comm.Rtype170, utils.ToInt32(k), v))
} }
if len(del) > 0 { if len(del) > 0 {