From e89b46eccadc107be6b6cb54e7b257a8ccb8455e Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Thu, 12 Feb 2026 15:58:40 +0800
Subject: [PATCH] feat(ai): 添加AI产品题目任务详情功能
---
src/main/resources/mapper/modules/AiProductQuestionMapper.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/modules/AiProductQuestionMapper.xml b/src/main/resources/mapper/modules/AiProductQuestionMapper.xml
index a00a1a1..7b84a99 100644
--- a/src/main/resources/mapper/modules/AiProductQuestionMapper.xml
+++ b/src/main/resources/mapper/modules/AiProductQuestionMapper.xml
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="cc.mrbird.febs.ai.mapper.AiProductQuestionMapper">
+
+ <select id="selectJobChildPage" resultType="cc.mrbird.febs.ai.res.AdminQuestionInfoVo">
+ select a.id
+ from ai_product_question_item a
+ where a.job_id = #{record.id}
+ ORDER BY a.title DESC
+ </select>
+
</mapper>
\ No newline at end of file
--
Gitblit v1.9.1