|
|
@@ -124,9 +124,9 @@ public class TbTbCouponUserServiceImpl extends ServiceImpl<TbCouponUserDao, TbCo
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public Result selectCouponByUserId(Integer page, Integer limit, Long userId, Integer status, String phone,String shopName,Long shopId) {
|
|
|
+ public Result selectCouponByUserId(Integer page, Integer limit, Long userId, Integer status, String phone,String shopName,Long shopId,Integer shopFalg) {
|
|
|
Page<TbCouponUser> pages = new Page<>(page, limit);
|
|
|
- PageUtils pageUtils = new PageUtils(tbCouponUserDao.selectCouponByUserId(pages, userId, status, phone,shopName,shopId));
|
|
|
+ PageUtils pageUtils = new PageUtils(tbCouponUserDao.selectCouponByUserId(pages, userId, status, phone,shopName,shopId,shopFalg));
|
|
|
return Result.success().put("data", pageUtils);
|
|
|
}
|
|
|
}
|