sqlite的api,便于内部使用
liuxiaolong
2019-10-31 87d197b2b165c90ad3cb62db995320a8c20daf80
dbpersonApi.go
@@ -236,7 +236,7 @@
}
func (api DbPersonApi) JoinDbTable (tableIds  []string,faceFeature string, personPicUrl string) (bool,interface{}) {
   url := api.getBasicUrl() + DATA_URL_PREFIX + "/dbperson/findLikePersonIds"
   url := api.getBasicUrl() + DATA_URL_PREFIX + "/dbperson/joinDbTable"
   client := NewClient()
   paramBody := map[string]interface{}{
      "tableIds": tableIds,