|
@@ -134,7 +134,8 @@ func biddingDataTask(data []byte, mapInfo map[string]interface{}) {
|
|
|
}
|
|
|
if qutil.IntAll(compare["repeat"]) == 1 {
|
|
|
update["extracttype"] = -1
|
|
|
- } else if qutil.IntAll(tmp["extracttype"]) == -1 {
|
|
|
+ //} else if qutil.IntAll(tmp["extracttype"]) == -1 {
|
|
|
+ } else {
|
|
|
update["extracttype"] = 1
|
|
|
}
|
|
|
break
|