|
@@ -490,6 +490,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
|
paramMap.put("tagType", questionIndexVO.getTagType());
|
|
|
paramMap.put("existName", questionIndexVO.getExistName());
|
|
|
paramMap.put("notTagType", questionIndexVO.getNotTagType());
|
|
|
+ paramMap.put("notControlType", questionIndexVO.getNotControlType());
|
|
|
return this.index(paramMap);
|
|
|
}
|
|
|
|
|
@@ -510,6 +511,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
|
paramMap.put("tagType", questionIndexVO.getTagType());
|
|
|
paramMap.put("existName", questionIndexVO.getExistName());
|
|
|
paramMap.put("notTagType", questionIndexVO.getNotTagType());
|
|
|
+ paramMap.put("notControlType", questionIndexVO.getNotControlType());
|
|
|
List<QuestionInfo> list = this.index(paramMap);
|
|
|
if(ListUtil.isEmpty(list)){
|
|
|
return list;
|