添加综合搜索功能

This commit is contained in:
zhh
2018-06-21 10:06:31 +08:00
parent d1e687da73
commit 25badf41ec
10 changed files with 331 additions and 35 deletions

View File

@@ -20,7 +20,7 @@ public class MallSearchApplicationTests {
}
@Test
public void testGetAllEsProductList(){
List<EsProduct> esProductList = productDao.getAllEsProductList();
List<EsProduct> esProductList = productDao.getAllEsProductList(null);
System.out.print(esProductList);
}