maven
4 天以前 64b77d290cac2658c031bedbd201f888d30cc62d
src/main/java/com/ruoyi/sales/service/impl/BusinessOpportunityServiceImpl.java
@@ -48,6 +48,12 @@
                businessOpportunityLambdaQueryWrapper.ge(BusinessOpportunity::getEntryDate,businessOpportunity.getEntryDateStart())
                        .le(BusinessOpportunity::getEntryDate,businessOpportunity.getEntryDateEnd());
            }
            if(StringUtils.isNotEmpty(businessOpportunity.getEntryPerson())){
                businessOpportunityLambdaQueryWrapper.like(BusinessOpportunity::getEntryPerson,businessOpportunity.getEntryPerson());
            }
            if(StringUtils.isNotEmpty(businessOpportunity.getStatus())){
                businessOpportunityLambdaQueryWrapper.eq(BusinessOpportunity::getStatus,businessOpportunity.getStatus());
            }
        }
        List<String> userNameList = Arrays.asList("王超楠","房添姝","缪海庆","管理员");
        if(!userNameList.contains(loginUser.getUsername())){