Jelajahi Sumber

判重开标地点 - 相关备份

apple 5 tahun lalu
induk
melakukan
948a2e1682
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      udpfilterdup/src/datamap.go

+ 3 - 3
udpfilterdup/src/datamap.go

@@ -976,9 +976,9 @@ func tenderRepeat_B(v *Info, info *Info, reason string) (bool, string) {
 	if v.bidopentime != 0 && v.bidopentime == info.bidopentime {
 		m++
 	}
-	// if v.bidopenaddress != "" && v.bidopenaddress == info.bidopenaddress {
-	// 	m++
-	// }
+	//if v.bidopenaddress != "" && v.bidopenaddress == info.bidopenaddress {
+	//	m++
+	//}
 	if len([]rune(v.title)) > 10 && len([]rune(info.title)) > 10 &&
 		(strings.Contains(v.title, info.title) || strings.Contains(info.title, v.title)) {
 		m++