bug
xiangpei
2024-11-28 4f0b80617ba30bec3b1972afba72f2c310833093
bug
1个文件已修改
1 ■■■■ 已修改文件
src/main/resources/mapper/QuestionMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/QuestionMapper.xml
@@ -384,6 +384,7 @@
             t_question q
                 INNER JOIN t_text_content d on q.info_text_content_id = d.id
        WHERE JSON_VALUE(d.content, '$.titleContent') = #{title} AND q.deleted = 0
        limit 1
    </select>
    <select id="countQuestionByTitleAndSubject" resultType="com.mindskip.xzs.vo.QuestionSubjectVO">