共享数据的显示及考试
This commit is contained in:
parent
40069c5354
commit
4ee7f99e64
@ -316,9 +316,6 @@ public class Training2PublishService {
|
||||
}else{
|
||||
or.andMapIdEqualTo(reqVO.getMapId());
|
||||
}
|
||||
if(Objects.nonNull(reqVO.getOrgId())){
|
||||
or.andOrgIdNotEqualTo(reqVO.getOrgId());
|
||||
}
|
||||
}
|
||||
PageHelper.startPage(reqVO.getPageNum(), reqVO.getPageSize());
|
||||
Page<PublishedTraining2> page = (Page<PublishedTraining2>)this.publishedDao.selectByExample(example);
|
||||
|
Loading…
Reference in New Issue
Block a user