Commit ee2fb3085387dc0f8452e6bcefe697b8bdd412ec
1 parent
c9d5f3d4
Exists in
master
提交
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/jsonconf/jsonconf.go
src/HttpServer/logic/function.go
... | ... | @@ -614,7 +614,7 @@ func (t *TaskList) IsInTaskList(id int) bool { |
614 | 614 | } |
615 | 615 | |
616 | 616 | func InitTaskAndAchievement(uuid int,channel string) error { |
617 | - unqiueid := strconv.Itoa(uuid) | |
617 | + unqiueid := strconv.Itoa(uuid) + channel | |
618 | 618 | //先初始化任务 |
619 | 619 | tlist, _ := GetTaskInfo(uuid, 1,channel) |
620 | 620 | if tlist == nil { | ... | ... |