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