ludc
2025-01-16 5203081b68e3a8dc139d1807b2f8774e4a00a82a
Source/Service/FrameService/src/com/vci/server/framework/funcmng/function/FunctionService.java
@@ -1036,7 +1036,7 @@
         /**检查模块名称是否重复,重复返回1**/
         String hql = "from Function where id in (" + toInSql(oids.toArray(new String[0])) + ") and parentId = ?";
         Object[] values = new Object[1];
         values[0] = "modelManagmentNode";
         values[0] = "business";
         List<Function> list = impl.findEntites(hql, values);
         if(!CollectionUtils.isEmpty(list)){
            functions.addAll(list);