|
|
@@ -61,6 +61,6 @@ public interface FsQuestionAndAnswerMapper extends BaseMapper<FsQuestionAndAnswe
|
|
|
*/
|
|
|
int deleteFsQuestionAndAnswerByIds(Long[] ids);
|
|
|
|
|
|
- @Select("select id dictValue,question_name dictLabel from fs_question_and_answer where type = #{type}")
|
|
|
+ @Select("select id dictValue,question_name dictLabel, json_info dictValue1 from fs_question_and_answer where type = #{type}")
|
|
|
List<OptionsVO> selectAllQuestionOptions(Integer type);
|
|
|
}
|