Commit 45611977 authored by hubaoshan's avatar hubaoshan

导入

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