nickchange
2023-11-01 bbee9271b06ede8c00f795be690835e28a142d4a
cloud-server-account/src/main/java/com/dsh/account/controller/UseBenefitsController.java
@@ -466,7 +466,9 @@
    })
    public ResultUtil<PointDetailsVo> redemptionDetails(Long detailsId){
        try {
            return ResultUtil.success(uicService.queryRedemptionDetails(detailsId));
            PointDetailsVo pointDetailsVo = uicService.queryRedemptionDetails(detailsId);
            pointDetailsVo.getPics().remove(0);
            return ResultUtil.success(pointDetailsVo);
        }catch (Exception e){
            return ResultUtil.runErr();
        }