Commit 6e52de3a by mushishixian

fix

parent 743fcefb
Showing with 7 additions and 0 deletions
......@@ -3,6 +3,7 @@ package main
import (
"flag"
"fmt"
"github.com/tidwall/gjson"
"search_server/boot"
"search_server/pkg/mysql"
)
......@@ -23,7 +24,13 @@ func main() {
//mysql.Connection()("bom").Table("bin").Find(&result)
fmt.Println(result)
//fmt.Println(model.GetExcludeBrandIds(1))
<<<<<<< Updated upstream
=======
fmt.Println(config.GetSectionValues("supplier_all"))
fmt.Println(config.Cfg.Section("supplier_all").Key("1"))
fmt.Println(gjson.Get(`{"is_new",-1}`,"is_new").Bool())
>>>>>>> Stashed changes
//client := client.
//c := course.NewCourseService("go.micro.api.jtthink.course", client)
//course_rsp, _ := c.ListForTop(context.TODO(), &course.ListRequest{Size: 10})
......
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