yujian
2019-05-08 1e09cd488b46fe555a14b5039398ee29fb3d6bc8
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)) {