Forráskód Böngészése

转办保存失败处理

WH01243 1 éve
szülő
commit
69219c7bfe
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      service/sale_chance.go

+ 1 - 1
service/sale_chance.go

@@ -86,7 +86,7 @@ func (this *SaleChanceService) Add(ctx context.Context) (int64, string) {
 		//任务
 		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)
 
 		if chanceId < 0 {
 			return -1, groupId