82355-文档拆分后有和标题一样的正文。
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@
|
||||
laws_document_split lds
|
||||
left join SAR_FILE_SPLIT_MENU m on lds.MENU_ID = m.id
|
||||
<include refid="Base_Where_Clause"/>
|
||||
order by lds.create_time desc
|
||||
order by lds.sort_number is null, (lds.sort_number + 0) asc
|
||||
</select>
|
||||
|
||||
<!-- 查询条件 -->
|
||||
|
||||
+1
-1
@@ -372,7 +372,7 @@ public class FileSpiltService {
|
||||
preName = startDigit;
|
||||
preNameNum = g;
|
||||
message.setMenuId(sarFileSplitMenuEO.getId());
|
||||
if(!StringUtils.isEmpty(itemName)){
|
||||
if(!StringUtils.isEmpty(itemName) && !paragraphString.endsWith(itemName)){
|
||||
addItermsConditionsText(message, itemValList, paragraphString.substring(nowStart.get(i).length()));
|
||||
}
|
||||
message.setApplicableComponents(partName);
|
||||
|
||||
Reference in New Issue
Block a user