|
@@ -407,9 +407,7 @@ func DistributeClueMore(saleMap map[string]map[string]interface{}, distributedAr
|
|
"start_trail_time": nil,
|
|
"start_trail_time": nil,
|
|
// "comeinsource_open": nil,
|
|
// "comeinsource_open": nil,
|
|
}
|
|
}
|
|
- if trailstatus != "08" {
|
|
|
|
- updateClue["trailstatus"] = "01"
|
|
|
|
- }
|
|
|
|
|
|
+ updateClue["trailstatus"] = "01"
|
|
if isTask == int64(1) {
|
|
if isTask == int64(1) {
|
|
updateClue["is_task"] = 1
|
|
updateClue["is_task"] = 1
|
|
updateClue["task_time"] = nowTime
|
|
updateClue["task_time"] = nowTime
|
|
@@ -708,9 +706,7 @@ func batchDraw(data []map[string]interface{}, nowTime, seatNumber, name string,
|
|
"level_open": nil,
|
|
"level_open": nil,
|
|
"clue_level": nil,
|
|
"clue_level": nil,
|
|
}
|
|
}
|
|
- if trailstatus != "08" {
|
|
|
|
- updateClue["trailstatus"] = "01"
|
|
|
|
- }
|
|
|
|
|
|
+ updateClue["trailstatus"] = "01"
|
|
ok1 := JyBiTidb.UpdateByTx(tx, "dwd_f_crm_clue_info", map[string]interface{}{"id": clueId}, updateClue)
|
|
ok1 := JyBiTidb.UpdateByTx(tx, "dwd_f_crm_clue_info", map[string]interface{}{"id": clueId}, updateClue)
|
|
recordId := JyBiTidb.InsertByTx(tx, "dwd_f_crm_clue_change_record", map[string]interface{}{
|
|
recordId := JyBiTidb.InsertByTx(tx, "dwd_f_crm_clue_change_record", map[string]interface{}{
|
|
"clue_id": clueId,
|
|
"clue_id": clueId,
|