|
@@ -37,6 +37,7 @@
|
|
|
resultType="cn.iocoder.byzs.module.aicourse.controller.admin.aiCourse.vo.AiCoursePageReqVO">
|
|
resultType="cn.iocoder.byzs.module.aicourse.controller.admin.aiCourse.vo.AiCoursePageReqVO">
|
|
|
SELECT c.tenant_id as tenantId,c.id, c.ac_name acName,
|
|
SELECT c.tenant_id as tenantId,c.id, c.ac_name acName,
|
|
|
c.ac_content_type acContentType, c.ac_content acContent,
|
|
c.ac_content_type acContentType, c.ac_content acContent,
|
|
|
|
|
+ c.ai_pre_dialogues aiPreDialogues, c.ai_reply_supplement aiReplySupplement,
|
|
|
c.ac_is_inspect acIsInspect, c.ac_label acLabel, c.ac_order acOrder, c.ac_status acStatus,
|
|
c.ac_is_inspect acIsInspect, c.ac_label acLabel, c.ac_order acOrder, c.ac_status acStatus,
|
|
|
ct.ct_type acTypeName
|
|
ct.ct_type acTypeName
|
|
|
<include refid="selectAiCourseList"/>
|
|
<include refid="selectAiCourseList"/>
|
|
@@ -48,6 +49,7 @@
|
|
|
resultType="cn.iocoder.byzs.module.aicourse.controller.admin.aiCourse.vo.AiCoursePageReqVO">
|
|
resultType="cn.iocoder.byzs.module.aicourse.controller.admin.aiCourse.vo.AiCoursePageReqVO">
|
|
|
SELECT c.tenant_id as tenantId,c.id, c.ac_name acName, c.ac_type acType,
|
|
SELECT c.tenant_id as tenantId,c.id, c.ac_name acName, c.ac_type acType,
|
|
|
c.ac_content_type acContentType, c.ac_content acContent,
|
|
c.ac_content_type acContentType, c.ac_content acContent,
|
|
|
|
|
+ c.ai_pre_dialogues aiPreDialogues, c.ai_reply_supplement aiReplySupplement,
|
|
|
c.ac_is_inspect acIsInspect, c.ac_label acLabel, c.ac_order acOrder, c.ac_status acStatus,
|
|
c.ac_is_inspect acIsInspect, c.ac_label acLabel, c.ac_order acOrder, c.ac_status acStatus,
|
|
|
ct.ct_type acTypeName
|
|
ct.ct_type acTypeName
|
|
|
<include refid="selectAiCourseList"/>
|
|
<include refid="selectAiCourseList"/>
|