|
@@ -118,7 +118,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
|
QuestionVO questionVO = new QuestionVO();
|
|
|
questionVO.setId(Long.parseLong(id));
|
|
|
questionVO.setAge(questionIdsVO.getAge());
|
|
|
- questionVO.setSexType(questionIdsVO.getAge());
|
|
|
+ questionVO.setSexType(questionIdsVO.getSexType());
|
|
|
QuestionDTO item = this.getById(questionVO);
|
|
|
data.put(item.getId(), item);
|
|
|
}
|