Administrator
2026-02-25 039e200d3f99d9e644cda0417e84af16b96103e2
src/main/resources/mapper/modules/AiProductQuestionMapper.xml
@@ -3,7 +3,12 @@
<mapper namespace="cc.mrbird.febs.ai.mapper.AiProductQuestionMapper">
    <select id="selectJobChildPage" resultType="cc.mrbird.febs.ai.res.AdminQuestionInfoVo">
        select a.id
        select
               a.product_question_id id,
               a.title,
               a.answer,
               a.correct_answer,
               a.answer_analysis
        from ai_product_question_item a
        where a.job_id = #{record.id}
        ORDER BY a.title DESC