|
@@ -55,7 +55,7 @@ public class ProductCouponService {
|
|
|
return productCouponModelDao.getAll();
|
|
|
}
|
|
|
List<Long> ids = new ArrayList();
|
|
|
- list.forEach(ls -> ids.add(ls.getId()));
|
|
|
+ list.forEach(ls -> ids.add(ls.getProductCouponModelId()));
|
|
|
return productCouponModelDao.nowReceive(ids);
|
|
|
}
|
|
|
|