fix 文档拆分后有和标题一样的正文
This commit is contained in:
+1
-1
@@ -384,7 +384,7 @@ public class FileSpiltService {
|
|||||||
preName = startDigit;
|
preName = startDigit;
|
||||||
preNameNum = g;
|
preNameNum = g;
|
||||||
message.setMenuId(sarFileSplitMenuEO.getId());
|
message.setMenuId(sarFileSplitMenuEO.getId());
|
||||||
if(!StringUtils.isEmpty(itemName)){
|
if(!StringUtils.isEmpty(itemName) && !paragraphString.endsWith(itemName)){
|
||||||
addItermsConditionsText(message, itemValList, paragraphString.substring(nowStart.get(i).length()), alignment);
|
addItermsConditionsText(message, itemValList, paragraphString.substring(nowStart.get(i).length()), alignment);
|
||||||
}
|
}
|
||||||
message.setApplicableComponents(partName);
|
message.setApplicableComponents(partName);
|
||||||
|
|||||||
Reference in New Issue
Block a user