用户端获取分享的基础配置

This commit is contained in:
2026-01-28 14:39:55 +08:00
parent 25b9a5b389
commit e3887148c1
3 changed files with 15 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ public class MkShareBaseServiceImpl extends ServiceImpl<MkShareBaseMapper, MkSha
ShopCouponDTO sharerCoupon = shopCouponService.getCouponById(shareBase.getSharerCouponId());
if (sharerCoupon != null) {
shareBase.setSharerCouponName(sharerCoupon.getTitle());
shareBase.setSharerCoupon(sharerCoupon);
}
}
if (shareBase.getSharedUserCouponId() != null) {