|
@@ -639,7 +639,7 @@ public class CouponLogic {
|
|
|
public void getCoupon(HttpServletRequest request, String userId, List<String> couponIds) {
|
|
|
|
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat(request);
|
|
|
-
|
|
|
+ userId = currentCompanyWechat.getUserId();
|
|
|
List<CouponUser> list = couponUserService.lambdaQuery()
|
|
|
.eq(CouponUser::getUserId, currentCompanyWechat.getUserId())
|
|
|
.in(CollectionUtils.isNotEmpty(couponIds),CouponUser::getCouponId, couponIds)
|