maxiaoshan 5 éve
szülő
commit
d1cbcfe4be
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      udpcreateindex/src/bidingpurchasing.go

+ 1 - 1
udpcreateindex/src/bidingpurchasing.go

@@ -37,7 +37,7 @@ func biddingPurchaingTask(q map[string]interface{}) {
 	i := 0
 	for tmp := make(map[string]interface{}); query.Next(tmp); i = i + 1 {
 		n++
-		if util.IntAll(tmp["extracttype"]) == -1 || qutil.IntAll(tmp["dataging"]) == 1 { //重复数据不生索引
+		if util.IntAll(tmp["extracttype"]) == -1 || util.IntAll(tmp["dataging"]) == 1 { //重复数据不生索引
 			tmp = make(map[string]interface{})
 			continue
 		}