首页消息
This commit is contained in:
@@ -420,6 +420,8 @@ public class SysStaffServiceImpl extends ServiceImpl<SysStaffMapper, SysStaffEnt
|
||||
R<List<Long>> userIdListByNickNameLike = honeycomUserServiceFeign.getUserIdListByNickNameLike(sysStaffQueryDTO.getNickname(), SecurityConstants.FROM_IN);;
|
||||
if (CollectionUtils.isNotEmpty(userIdListByNickNameLike.getData())) {
|
||||
queryWrapper.in(SysStaffEntity::getUserId, userIdListByNickNameLike.getData());
|
||||
} else {
|
||||
queryWrapper.in(SysStaffEntity::getUserId, -1L);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user