yujian
2019-05-30 9e22023a1252be2e34a3e509e7feb2ff6215fd37
fanli/src/main/java/com/yeshi/fanli/controller/xcx/XcxSearchController.java
@@ -177,7 +177,7 @@
         return;
      }
      String kw = goodsClassService.getKwById(id);
      String kw = goodsClassService.getKeysById(id);
      filter = "[{\"type\": \"quantype\"}]";
      JSONObject data = search(kw, pagesize, filter, order, startprice, endprice);
      // if (StringUtil.isNullOrEmpty(kw)) {