Procházet zdrojové kódy

问答新增数据返回

wjj před 11 hodinami
rodič
revize
55525fec95

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