|
|
@@ -2675,11 +2675,10 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
}
|
|
|
|
|
|
if(nowPart==8){
|
|
|
- if(content.indexOf("保温层为聚氨酯瓦块时")>-1){
|
|
|
- System.out.println(content);
|
|
|
- }
|
|
|
if(isNumStart((content))||content.indexOf("###")>-1||content.indexOf("章标题")>-1||content.indexOf("多项选择题")>-1){
|
|
|
-
|
|
|
+ if(content.indexOf("未成年工是指年满16周岁未满18周")>-1){
|
|
|
+ System.out.println(content);
|
|
|
+ }
|
|
|
if(Validator.isNotEmpty(qContent)&&!qContent.equals("")){
|
|
|
String[] sList = qContent.split("【解析】");
|
|
|
if (sList.length>1) {
|