修改查询方法
This commit is contained in:
parent
baacdb6d4d
commit
544b464db4
|
|
@ -341,7 +341,10 @@ public class OrgApplyInfoServiceImpl extends ServiceImpl<OrgApplyInfoMapper, Org
|
|||
public IPage<OrgAllInfo> queryOrgInfo(IPage<OrgAllInfo> page, String orgCode, String title) {
|
||||
return baseMapper.queryOrgInfo(page, orgCode, title);
|
||||
}
|
||||
|
||||
@Override
|
||||
public IPage<OrgAllInfo> getOrgByOpenId(IPage<OrgAllInfo> page, String openId) {
|
||||
return baseMapper.getOrgByOpenId(page, openId);
|
||||
}
|
||||
@Override
|
||||
public IPage<OrgAllInfoApiEntity> queryOrgAllInfo(Integer pageNo, Integer pageSize, String orgCode, String title) {
|
||||
IPage<OrgAllInfo> page = new Page<>(pageNo, pageSize);
|
||||
|
|
|
|||
Loading…
Reference in New Issue