|
|
@@ -69,7 +69,7 @@ public class IntegralController extends AppBaseController {
|
|
|
@Login
|
|
|
@ApiOperation("获取积分商品详情")
|
|
|
@GetMapping("/getIntegralGoodsById")
|
|
|
- @Cacheable(value = "getIntegralGoodsById", key = "#goodsId")
|
|
|
+// @Cacheable(value = "getIntegralGoodsById", key = "#goodsId")
|
|
|
public R getIntegralGoodsById(@RequestParam("goodsId")Long goodsId, @RequestParam(value = "isAPP", required = false, defaultValue = "0") Long isAPP, HttpServletRequest request){
|
|
|
FsIntegralGoods goods = goodsService.selectFsIntegralGoodsByIdWithCheckinFlag(goodsId,Long.parseLong(getUserId()),isAPP);
|
|
|
return R.ok().put("data", goods);
|