提交 3b7d1061 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 eed169f6
......@@ -177,6 +177,7 @@ public class ClauseLibraryServiceImpl extends BaseServiceImpl<ClauseLibrary, Int
diyTypeService.updateDiyType(diyTypeForm);
// 保存标签
List<ClauseLibraryLabel> labelList = new ArrayList<ClauseLibraryLabel>();
if(form.getLabelId().size()>0){
for (int i = 0; i < form.getLabelId().size(); i++) {
ClauseLibraryLabel obj = new ClauseLibraryLabel();
obj.setObjectId(objectId);
......@@ -185,6 +186,7 @@ public class ClauseLibraryServiceImpl extends BaseServiceImpl<ClauseLibrary, Int
obj.setLabelContentCode(form.getLabelContentCode().get(i));
labelList.add(obj);
}
}
labelMapper.insertUuidList(labelList);
return true;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论