Explorar el Código

开始跟进时间

xuzhiheng hace 1 año
padre
commit
27e6b7deba
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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,
 						// "comeinsource_open":    nil,
 					}
+					if oldName != name {
+						updateClue["start_trail_time"] = nil
+						updateClue["content"] = nil
+					}
 					if isTask == int64(1) {
 						updateClue["is_task"] = 1
 						updateClue["task_time"] = nowTime
@@ -171,6 +175,8 @@ func DistributeClueMore(saleMap map[string]map[string]interface{}, distributedAr
 						"out_task_status":      nil,
 						"trail_time":           nil,
 						"next_trail_time":      nil,
+						"start_trail_time":     nil,
+						"content":              nil,
 						// "comeinsource_open":    nil,
 					}
 					if trailstatus != "08" {