|
@@ -488,6 +488,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
|
paramMap.put("notIds", questionIndexVO.getNotIds());
|
|
|
paramMap.put("tagType", questionIndexVO.getTagType());
|
|
|
paramMap.put("existName", questionIndexVO.getExistName());
|
|
|
+ paramMap.put("notTagType", questionIndexVO.getNotTagType());
|
|
|
return this.index(paramMap);
|
|
|
}
|
|
|
|