wangting
2024-12-26 fa261e8c1220b31af54e8167e4de9c3320b1af27
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);