|
@@ -444,7 +444,6 @@ public class QuestionInfoFacade extends QuestionInfoServiceImpl {
|
|
|
*/
|
|
|
public List<QuestionInfo> indexFac(QuestionIndexVO questionIndexVO) {
|
|
|
Map<String, Object> paramMap = new HashMap<>();
|
|
|
- paramMap.put("isDeleted", IsDeleteEnum.N.getKey());
|
|
|
paramMap.put("age", questionIndexVO.getAge());
|
|
|
paramMap.put("sexType", questionIndexVO.getSexType());
|
|
|
paramMap.put("tagName", questionIndexVO.getTagName());
|