【修改】未提交代码
This commit is contained in:
@@ -635,7 +635,6 @@ public class DocxMaster {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -519,7 +519,6 @@ public class Paragraphs {
|
||||
CTBorder bottom = border.getBottom();
|
||||
CTBorder left = border.getLeft();
|
||||
CTBorder right = border.getRight();
|
||||
|
||||
if (top != null && bottom != null && left != null && right != null) {
|
||||
String topVal = translateBorderVal(top.getVal().value());
|
||||
String bottomVal = translateBorderVal(bottom.getVal().value());
|
||||
|
@@ -5,7 +5,6 @@ import org.docx4j.XmlUtils;
|
||||
import org.docx4j.openpackaging.parts.WordprocessingML.StyleDefinitionsPart;
|
||||
import org.docx4j.wml.*;
|
||||
import java.util.List;
|
||||
|
||||
public class RunText {
|
||||
|
||||
// 句子-字号(返回第一个有效值)
|
||||
|
@@ -11,5 +11,4 @@
|
||||
AND creator = #{userId}
|
||||
AND tenant_id = #{tenantId}
|
||||
</delete>
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user