bug
This commit is contained in:
parent
56621279b9
commit
c98721246d
@ -103,7 +103,7 @@ public class ApplicationServiceImpl implements ApplicationService {
|
||||
queryWrapper.eq(ApplicationDO::getCreator,pageReqVO.getCreator());
|
||||
}
|
||||
if(pageReqVO.getExclude() != null && !pageReqVO.getExclude().equals("")){
|
||||
queryWrapper.ne(ApplicationDO::getCreator,pageReqVO.getCreator());
|
||||
queryWrapper.ne(ApplicationDO::getCreator,pageReqVO.getExclude());
|
||||
}
|
||||
queryWrapper.eq(ApplicationDO::getDeleted,false);
|
||||
queryWrapper.orderByDesc(ApplicationDO::getId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user