Commit aa847dcb by mushishixian

优化

parent 55bb4bca
......@@ -26,7 +26,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,7 +6,6 @@ import (
"bom_server/internal/model"
"context"
"encoding/json"
"fmt"
es "gopkg.in/olivere/elastic.v5"
"regexp"
"strings"
......@@ -101,7 +100,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