瀏覽代碼

开始跟进时间

xuzhiheng 1 年之前
父節點
當前提交
27e6b7deba
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      service/clue.go

+ 6 - 0
service/clue.go

@@ -95,6 +95,10 @@ func DistributeClueMore(saleMap map[string]map[string]interface{}, distributedAr
 						"trail_time":           nil,
 						"trail_time":           nil,
 						// "comeinsource_open":    nil,
 						// "comeinsource_open":    nil,
 					}
 					}
+					if oldName != name {
+						updateClue["start_trail_time"] = nil
+						updateClue["content"] = nil
+					}
 					if isTask == int64(1) {
 					if isTask == int64(1) {
 						updateClue["is_task"] = 1
 						updateClue["is_task"] = 1
 						updateClue["task_time"] = nowTime
 						updateClue["task_time"] = nowTime
@@ -171,6 +175,8 @@ func DistributeClueMore(saleMap map[string]map[string]interface{}, distributedAr
 						"out_task_status":      nil,
 						"out_task_status":      nil,
 						"trail_time":           nil,
 						"trail_time":           nil,
 						"next_trail_time":      nil,
 						"next_trail_time":      nil,
+						"start_trail_time":     nil,
+						"content":              nil,
 						// "comeinsource_open":    nil,
 						// "comeinsource_open":    nil,
 					}
 					}
 					if trailstatus != "08" {
 					if trailstatus != "08" {