|
|
argsTask = append(argsTask, this.EntId, this.ChanceName+"的跟进任务", 2, this.PositionId, 1, nowtime, 1, 0, qu.If(this.NextfollowUpTime == 0, nil, nextFollowTime), this.BusinessType, stageId)
|
|
|
- chanceId, taskId = this.SaveChange(ctx, args, argsTask, argsTaskTeam, []int64{})
|
|
|
+ chanceId, taskId = this.SaveChange(ctx, args, argsTask, argsTaskTeam, transferArr)
|