Przeglądaj źródła

wip:P513中国移动定制招标采购搜索搜索接口提交

wangkaiyue 1 rok temu
rodzic
commit
5c7296a98c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/jfw/front/supsearch.go

+ 1 - 1
src/jfw/front/supsearch.go

@@ -371,7 +371,7 @@ func (p *Pcsearch) SearchPower(module string) {
 				})
 			}
 		}
-		return nil, nil
+		return r, nil
 	}()
 	p.ServeJson(NewResult(data, err))
 }