fjl
fujunling
2023-07-18 2c6c24281d4c261b172d02a98df9524cffc0c276
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/service/impl/RoleServiceImpl.java
@@ -166,7 +166,7 @@
      if (roleList != null && roleList.size() > 0) {
         return roleList.stream().map(role -> Func.toStr(role.getId())).distinct().collect(Collectors.joining(","));
      }
      return null;
      return "";
   }
   @Override