Commit 45611977 authored by hubaoshan's avatar hubaoshan

导入

parent 656b39f5
...@@ -105,8 +105,7 @@ public class BPnSypnServiceImpl extends ServiceImpl<BPnSypnRepository, BPnSypn> ...@@ -105,8 +105,7 @@ public class BPnSypnServiceImpl extends ServiceImpl<BPnSypnRepository, BPnSypn>
* @return * @return
*/ */
@Override @Override
public IPage<BPnSypn> findAllByPagination(CyPageInfo<BPnSypn> paginationUtility, public IPage<BPnSypn> findAllByPagination(CyPageInfo<BPnSypn> paginationUtility, BPnSypn bPnSypn){
BPnSypn bPnSypn){
return baseMapper.queryBPnSypnsPaged(paginationUtility,bPnSypn); return baseMapper.queryBPnSypnsPaged(paginationUtility,bPnSypn);
} }
......
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