|
@@ -358,6 +358,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
paramMap.put("existName", questionIndexVO.getExistName());
|
|
paramMap.put("existName", questionIndexVO.getExistName());
|
|
paramMap.put("notTagType", questionIndexVO.getNotTagType());
|
|
paramMap.put("notTagType", questionIndexVO.getNotTagType());
|
|
paramMap.put("notControlType", questionIndexVO.getNotControlType());
|
|
paramMap.put("notControlType", questionIndexVO.getNotControlType());
|
|
|
|
+ paramMap.put("noSubQuestion", questionIndexVO.getNoSubQuestion());
|
|
List<QuestionInfo> res = this.index(paramMap);
|
|
List<QuestionInfo> res = this.index(paramMap);
|
|
return res;
|
|
return res;
|
|
}
|
|
}
|