|
@@ -157,7 +157,7 @@ func HandleTaskRecordProcessingByTaskRecord(taskType string, indexTaskRecordInfo
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|
|
- tmpUpdateCols := []string{`end_time`, "status", "update_time"}
|
|
|
|
|
|
+ tmpUpdateCols := []string{"status", "update_time"}
|
|
indexTaskInfo.Status = `处理中`
|
|
indexTaskInfo.Status = `处理中`
|
|
indexTaskInfo.UpdateTime = time.Now()
|
|
indexTaskInfo.UpdateTime = time.Now()
|
|
if indexTaskInfo.StartTime.IsZero() {
|
|
if indexTaskInfo.StartTime.IsZero() {
|