|
|
@@ -728,6 +728,8 @@ public class CouponLogic {
|
|
|
public void getCoupon(HttpServletRequest request, String userId, List<String> couponIds) {
|
|
|
|
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat(request);
|
|
|
+ if (StringUtil.isEmpty(currentCompanyWechat.getUser().getMobile()))
|
|
|
+ return ;
|
|
|
userId = currentCompanyWechat.getUserId();
|
|
|
List<CouponUser> list = couponUserService.lambdaQuery()
|
|
|
.eq(CouponUser::getUserId, currentCompanyWechat.getUserId())
|