Commit e0177976 authored by chenyuxi's avatar chenyuxi

feat: 改返回条数恢复为2000

parent 8905af6a
......@@ -118,7 +118,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
*/
@Override
public List<TGzOfferInfoVo> getTGzOfferInfoList(TGzOfferInfoVo tGzOfferInfo) {
return baseMapper.getTGzOfferInfoListHaveLimit(tGzOfferInfo,3);
return baseMapper.getTGzOfferInfoListHaveLimit(tGzOfferInfo,2000);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment