فهرست منبع

问答新增数据返回

wjj 11 ساعت پیش
والد
کامیت
55525fec95
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fs-service/src/main/java/com/fs/his/mapper/FsQuestionAndAnswerMapper.java

+ 1 - 1
fs-service/src/main/java/com/fs/his/mapper/FsQuestionAndAnswerMapper.java

@@ -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);
 }