Commit 251a2896 authored by chenyuxi's avatar chenyuxi

feat: offer列表暂时改为返回3条

parent ac38a8af
...@@ -118,7 +118,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz ...@@ -118,7 +118,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
*/ */
@Override @Override
public List<TGzOfferInfoVo> getTGzOfferInfoList(TGzOfferInfoVo tGzOfferInfo) { public List<TGzOfferInfoVo> getTGzOfferInfoList(TGzOfferInfoVo tGzOfferInfo) {
return baseMapper.getTGzOfferInfoListHaveLimit(tGzOfferInfo,2000); return baseMapper.getTGzOfferInfoListHaveLimit(tGzOfferInfo,3);
} }
/** /**
......
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