|
@@ -177,12 +177,13 @@ func (this *SaleChanceService) SaveChange(ctx context.Context, argsChange, argsT
|
|
|
//任务执行计划
|
|
|
planId := TaskExecutePlanAdd(tx, this.BusinessType, taskId)
|
|
|
//销售漏斗
|
|
|
+ nextFollowTime := time.Unix(this.NextfollowUpTime, 0).Format(date.Date_Full_Layout)
|
|
|
argsSalesFunnel := []interface{}{
|
|
|
changeId,
|
|
|
taskId,
|
|
|
fmt.Sprintf("%s创建了销售机会", this.CreateName),
|
|
|
this.Summary,
|
|
|
- this.NextfollowUpTime,
|
|
|
+ nextFollowTime,
|
|
|
this.ExpectedMoney,
|
|
|
this.BusinessType,
|
|
|
this.EntId,
|