yujian
2019-05-24 c314495f8971d7ff6926e8c9d49f9e6817c4f20a
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)) {