| | |
| | | * out.print(JsonUtil.loadFalseResult(XcxMiniControllerUtil.NOSYSTEM));
|
| | | * return; }
|
| | | */
|
| | | List<SuperHotSearch> superHotSearchList = superHotSearchSerivce.getSuperHotSearchBySystemId(4); // 返利券app
|
| | | List<SuperHotSearch> superHotSearchList = superHotSearchSerivce.getSuperHotSearchBySystemId(4, null); // 返利券app
|
| | | if (superHotSearchList == null || superHotSearchList.size() == 0) {
|
| | | out.print(JsonUtil.loadFalseResult(XcxMiniControllerUtil.NODATA));
|
| | | return;
|
| | |
| | | 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)) {
|