fix(82943): 左侧目录树新建一个条纹后,右侧列表自动增加一行,编辑这行数据保存时提示数据库中已存在
This commit is contained in:
+2
-1
@@ -547,10 +547,11 @@ public class DocumentSplitServiceImpl implements IDocumentSplitService {
|
||||
// 条目信息
|
||||
List<SarFileSplitItemsValEO> valList = JSON.parseArray(JSON.toJSONString(parameter.get("itemValEOList")), SarFileSplitItemsValEO.class);
|
||||
parameter.remove("itemValEOList");
|
||||
parameter.putIfAbsent(ITEM_CONTENT, "");
|
||||
// 条文解读
|
||||
List<SarFileSplitItemsValEO> articlesList = JSON.parseArray(JSON.toJSONString(parameter.get(INTERPRETATION_ARTICLES_LIST)), SarFileSplitItemsValEO.class);
|
||||
parameter.remove(INTERPRETATION_ARTICLES_LIST);
|
||||
|
||||
parameter.putIfAbsent(INTERPRETATION_ARTICLES, "");
|
||||
parameter.forEach((k, v) ->{
|
||||
// 条文内容拼接
|
||||
if (ITEM_CONTENT.equals(k)){
|
||||
|
||||
Reference in New Issue
Block a user