This commit is contained in:
parent
50b5651e74
commit
cbe266392c
|
@ -73,7 +73,7 @@ public class SysOssResourceServiceImpl implements ISysOssResourceService {
|
|||
@Override
|
||||
public TableDataInfo<SysOssResourceVo> queryAwaitPageList(SysOssResourceBo bo, PageQuery pageQuery) {
|
||||
QueryWrapper<SysOssTextbook> wrapper = Wrappers.query();
|
||||
wrapper.le("ot.status", 0);
|
||||
wrapper.le("r.status", 0);
|
||||
Page<SysOssResourceVo> result = baseMapper.selectPageAwaitList(pageQuery.build(), wrapper);
|
||||
return TableDataInfo.build(result);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue