yujian
2019-05-14 8cb7ec4a35a38ae91d0eed17cde711e81d2b2bbf
fanli/src/main/java/com/yeshi/fanli/controller/client/GoodsClassController.java
@@ -620,6 +620,8 @@
         filter.setPage(page);
         filter.setPageSize(pageSize);
         filter.setCateIds(taoBaoCatIds);
         //测试时添加
         filter.setSort(TaoBaoUtil.SORT_SALE_HIGH_TO_LOW);//销量从高到低
         JSONObject result = taoKeGoodsService.searchWuLiao(filter);
         out.print(JsonUtil.loadTrueResult(result));