Showing
1 changed file
with
1 additions
and
1 deletions
@@ -441,7 +441,7 @@ public class ProductController { | @@ -441,7 +441,7 @@ public class ProductController { | ||
441 | 441 | ||
442 | @ApiOperation(name = "ufo.product.storage.info", desc="sku建议价") | 442 | @ApiOperation(name = "ufo.product.storage.info", desc="sku建议价") |
443 | @RequestMapping(params = "method=ufo.product.storage.info") | 443 | @RequestMapping(params = "method=ufo.product.storage.info") |
444 | - @Cachable(expire = 180) | 444 | + //@Cachable(expire = 180) |
445 | public StorageInfoResp[] queryStorageSuggestPrice(@RequestParam(value = "skuList", required = true) Collection<Integer> skuList) { | 445 | public StorageInfoResp[] queryStorageSuggestPrice(@RequestParam(value = "skuList", required = true) Collection<Integer> skuList) { |
446 | 446 | ||
447 | if (CollectionUtils.isEmpty(skuList)) { | 447 | if (CollectionUtils.isEmpty(skuList)) { |
-
Please register or login to post a comment