554325746@qq.com
2019-06-25 d0fe6d09b987562752be6b6148c5cba824d00ed3
return []interface{}
1个文件已修改
5 ■■■■■ 已修改文件
dbpersoninfo.go 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dbpersoninfo.go
@@ -53,8 +53,7 @@
//    Getdbpersonmsg("")
//}
func Getdbpersonmsg(teststring string) {
    Init()
func Getdbpersonmsg(teststring string) ([]interface{}) {
    if teststring == "" {
    testcache, _:= esutil.DbPersoninfos(0,1)
@@ -67,8 +66,8 @@
    firsttime := time.Now()
    Rscore := Cmap.Walk(Printest, teststring)
    fmt.Println(Rscore)
    fmt.Println(time.Since(firsttime))
    return Rscore
}
func Printest(ci, co string ) (float32){