Commit 261fe339 by mushishixian

调试代码

parent a7126d63
......@@ -28,7 +28,7 @@ func GetStandardAttrs(bomItems []model.BomItem) []model.BomItem {
}
params := req.BodyJSON(attrParams)
resp, err := req.Post(configs.ApiSetting.Attrs, params)
//fmt.Println(resp)
fmt.Println(resp)
if err != nil {
fmt.Println(err)
}
......
......@@ -6,6 +6,7 @@ import (
"bom_server/internal/model"
"context"
"encoding/json"
"fmt"
es "gopkg.in/olivere/elastic.v5"
"regexp"
"strings"
......@@ -100,7 +101,7 @@ func getSearchParams(index string, bomItem model.BomItem, sort int, flag bool) (
}
source = source.From(0).Size(1)
searchRequest = es.NewSearchRequest().Source(source)
//fmt.Println(searchRequest.Body())
fmt.Println(searchRequest.Body())
return searchRequest
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment