update 标准拆分条款信息-导入拆分结果 默认所有目录都在总目录下面
This commit is contained in:
+1
-1
@@ -3646,7 +3646,7 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
|
||||
|
||||
List<SarFileSplitMenuTreeNode> treeNodeList = new ArrayList<>();
|
||||
String regex = "^[0-9]{0}([0-9]|[.])+$"; //TODO 待优化:数字和点必须交替
|
||||
String parentId = "";
|
||||
String parentId = menuId;
|
||||
for (Map<String, Object> itemEO : addItemsEOList) {
|
||||
String itemNum = itemEO.get("item_num").toString().trim();
|
||||
String itemTitle = itemEO.get("item_title").toString();
|
||||
|
||||
Reference in New Issue
Block a user