|
@@ -395,9 +395,10 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
//遍历正文
|
|
|
while (i<paragraphList.size())
|
|
|
{
|
|
|
+
|
|
|
content = paragraphList.get(i).getText();
|
|
|
System.out.println(content);
|
|
|
- System.out.println("AQW");
|
|
|
+ System.out.println("AQW"+paragraphList.get(i).getPictureText());
|
|
|
if(Validator.isNotEmpty(content)){
|
|
|
content =dealTxt(content);
|
|
|
if(content.startsWith("注意事项")){
|