|
@@ -83,7 +83,7 @@ public class CardExchangeInfoServiceImpl implements ICardExchangeInfoService {
|
|
|
}
|
|
|
wrapper.eq("delete_flag", 0);
|
|
|
Integer count = cardExchangeInfoMapper.selectCount(wrapper);
|
|
|
- List<CardExchangeInfo> list = cardExchangeInfoMapper.getCardExchangeInfoPage((page - 1) * limit, limit, receiveId);
|
|
|
+ List<CardExchangeInfo> list = cardExchangeInfoMapper.getCardExchangeInfoPage(status,(page - 1) * limit, limit, receiveId);
|
|
|
return new Page<CardExchangeInfo>(list, page, limit, count);
|
|
|
}
|
|
|
|