feat(文档拆分): 关键控制器字段调整
This commit is contained in:
-6
@@ -416,12 +416,6 @@ public class DocumentSplitServiceImpl implements IDocumentSplitService {
|
|||||||
List<PartName> partNames = IPartNameService.queryEcho(applicableComponents);
|
List<PartName> partNames = IPartNameService.queryEcho(applicableComponents);
|
||||||
map.put("keywords_dictText", partNames.stream().map(PartName::getName).collect(Collectors.joining(",")));
|
map.put("keywords_dictText", partNames.stream().map(PartName::getName).collect(Collectors.joining(",")));
|
||||||
}
|
}
|
||||||
// 关键控制器
|
|
||||||
if (map.containsKey("key_controller")){
|
|
||||||
String applicableComponents = (String) map.get("key_controller");
|
|
||||||
List<PartName> partNames = IPartNameService.queryEcho(applicableComponents);
|
|
||||||
map.put("key_controller_dictText", partNames.stream().map(PartName::getName).collect(Collectors.joining(",")));
|
|
||||||
}
|
|
||||||
// 属性标识翻译
|
// 属性标识翻译
|
||||||
if (map.containsKey("property_tag")){
|
if (map.containsKey("property_tag")){
|
||||||
String propertyTag = (String) map.get("property_tag");
|
String propertyTag = (String) map.get("property_tag");
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user