Authored by chenchao

remove cache

... ... @@ -441,7 +441,7 @@ public class ProductController {
@ApiOperation(name = "ufo.product.storage.info", desc="sku建议价")
@RequestMapping(params = "method=ufo.product.storage.info")
@Cachable(expire = 180)
//@Cachable(expire = 180)
public StorageInfoResp[] queryStorageSuggestPrice(@RequestParam(value = "skuList", required = true) Collection<Integer> skuList) {
if (CollectionUtils.isEmpty(skuList)) {
... ...