|
@@ -287,6 +287,7 @@ public class PaperService {
|
|
|
Map<String, List<XWPFParagraph>> sections = new LinkedHashMap<>();
|
|
|
String tag = "";
|
|
|
boolean betweenSectionAndQuestion = false;
|
|
|
+ logger.info("sectionPattern is {},questionPattern is {}",sectionPattern,questionPattern);
|
|
|
StringBuilder material = new StringBuilder();
|
|
|
int section = 0;
|
|
|
List<Section> sectionList = new ArrayList<>();
|