用户端获取分享的基础配置
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user