fuwencai 1 жил өмнө
parent
commit
e0e9d17839

+ 1 - 1
services/stdlib/docService.go

@@ -116,7 +116,7 @@ func DocQuery(in *stdlib.DocQueryRequest) *stdlib.DocQueryResponse {
 			subTag := ""
 			step3 := time.Now()
 			for i := 0; i < len(tags); i++ {
-				dtpKey := fmt.Sprintf("p_%s_1_tag", tags[i]) //一级tag
+				dtpKey := fmt.Sprintf("p_%s_0_tag", tags[i]) //一级tag
 				if _, ok := partner.DocClassMap[dtpKey]; ok && len(tmptags) == 0 {
 					tmptags = append(tmptags, tags[i])
 				} else {