优惠券详情

This commit is contained in:
2026-01-21 16:10:26 +08:00
parent 3a1579d281
commit a94a9197b8

View File

@@ -69,7 +69,7 @@ public class UPointGoodsController {
.eq(ShopCoupon::getIsDel, 0));
goods.setCouponInfo(one);
}
return CzgResult.success(pointsGoodsService.getById(id));
return CzgResult.success(goods);
}
/**