| | |
| | | businessOpportunityLambdaQueryWrapper.ge(BusinessOpportunity::getEntryDate,businessOpportunity.getEntryDateStart()) |
| | | .le(BusinessOpportunity::getEntryDate,businessOpportunity.getEntryDateEnd()); |
| | | } |
| | | if(StringUtils.isNotEmpty(businessOpportunity.getEntryPerson())){ |
| | | businessOpportunityLambdaQueryWrapper.like(BusinessOpportunity::getEntryPerson,businessOpportunity.getEntryPerson()); |
| | | } |
| | | } |
| | | List<String> userNameList = Arrays.asList("王超楠","房添姝","缪海庆","管理员"); |
| | | if(!userNameList.contains(loginUser.getUsername())){ |