Showing
1 changed file
with
0 additions
and
1 deletions
@@ -474,7 +474,6 @@ public class ProductSearchController { | @@ -474,7 +474,6 @@ public class ProductSearchController { | ||
474 | 474 | ||
475 | @ApiOperation(name = "ufo.product.search.sku.list", desc="根据sku查询sku信息列表接口,收藏调用") | 475 | @ApiOperation(name = "ufo.product.search.sku.list", desc="根据sku查询sku信息列表接口,收藏调用") |
476 | @RequestMapping(params = "method=ufo.product.search.sku.list") | 476 | @RequestMapping(params = "method=ufo.product.search.sku.list") |
477 | - @Cachable(expire = 180) | ||
478 | public List<FavoriteSkuResp> searchSkuList(@RequestParam(value = "storage_id", required = true)String storageIds) { | 477 | public List<FavoriteSkuResp> searchSkuList(@RequestParam(value = "storage_id", required = true)String storageIds) { |
479 | ProductSearchReq req = new ProductSearchReq().setStorageIds(storageIds); | 478 | ProductSearchReq req = new ProductSearchReq().setStorageIds(storageIds); |
480 | LOG.info("in method=ufo.product.search.sku.list req={}", req.toString()); | 479 | LOG.info("in method=ufo.product.search.sku.list req={}", req.toString()); |
-
Please register or login to post a comment