wangting
2024-04-25 a2c6cc3e47d67fb6c7bc1d4c71e681d480aa8d6d
Source/platformProject/vci-platform-web/src/main/java/com/vci/frameworkcore/compatibility/impl/OrgDeptQueryServiceImpl.java
@@ -286,7 +286,7 @@
         if(!CollectionUtils.isEmpty(deptVOs)){
            deptVOList.addAll(deptVOs);
            String sql = "select pluseruid,pldeptuid from pluserdept where pluseruid in (" + WebUtil.toInSql(userOids.toArray(new String[0])) + ")";
            List<ClientBusinessObject> cbos = boService.queryBySql(sql, null);
            List<com.vci.client.bof.ClientBusinessObject> cbos = boService.queryBySql(sql, null);
            if(!CollectionUtils.isEmpty(cbos)){
               cbos.stream().forEach(cbo->{
                  String userOid = cbo.getAttributeValue("pluseruid");