dangsn
2024-12-26 4e9ff2ce6a830bb2340d7c8612c72eea0c5a553e
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);