|
@@ -50,7 +50,9 @@ func (this *SaleChanceService) Add(ctx context.Context) int64 {
|
|
|
expect_deal_time := time.Unix(this.ExpectedOrderTime, 0).Format(date.Date_Full_Layout)
|
|
|
//下次跟进时间
|
|
|
nextFollowTime := time.Unix(this.NextfollowUpTime, 0).Format(date.Date_Full_Layout)
|
|
|
-
|
|
|
+ if this.NextfollowUpTime == 0 {
|
|
|
+ nextFollowTime = time.Now().AddDate(0, 0, cm.C.NextFollowUpTime).Format(date.Date_Full_Layout)
|
|
|
+ }
|
|
|
baseUserIdArr := []int64{}
|
|
|
chanceId, taskId := int64(-1), int64(-1)
|
|
|
//判断处理方式
|