瀏覽代碼

候选人

fengweiqiang 5 年之前
父節點
當前提交
29b790c811
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/jy/pretreated/tablev2.go

+ 3 - 0
src/jy/pretreated/tablev2.go

@@ -863,6 +863,9 @@ func ComputeConRatio(con string, strtype int) (tabs []*goquery.Selection, ratio
 				}
 			}
 			if !b {
+				if strings.Contains(tmpt.First().Text(),"类似业绩")||strings.Contains(tmpt.First().Text(),"历史业绩"){
+					continue
+				}
 				tabs = append(tabs, tmpt)
 			}
 		}