|
@@ -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" {
|