Browse Source

Merge branch 'dev_v1.0.3_wh' of CRM/application into feature/v1.0.3

王浩 1 năm trước cách đây
mục cha
commit
1265cbd051
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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