|
|
@@ -37,11 +37,6 @@
|
|
|
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_content_type acContentType, c.ac_content acContent,
|
|
|
- c.ai_info aiInfo, c.ai_user_image aiUserImage, c.ai_user_direction aiUserDirection,
|
|
|
- c.ai_tile_size aiTileSize, c.ai_background aiBackground,
|
|
|
- c.ai_start_point aiStartPoint, c.ai_end_point aiEndPoint,
|
|
|
- c.ai_walkable_points aiWalkablePoints,
|
|
|
- c.ai_special_blocks aiSpecialBlocks,
|
|
|
c.ac_is_inspect acIsInspect, c.ac_label acLabel, c.ac_order acOrder, c.ac_status acStatus,
|
|
|
ct.ct_type acTypeName
|
|
|
<include refid="selectAiCourseList"/>
|
|
|
@@ -53,13 +48,8 @@
|
|
|
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,
|
|
|
c.ac_content_type acContentType, c.ac_content acContent,
|
|
|
- c.ai_info aiInfo, c.ai_user_image aiUserImage, c.ai_user_direction aiUserDirection,
|
|
|
- c.ai_tile_size aiTileSize, c.ai_background aiBackground,
|
|
|
- c.ai_start_point aiStartPoint, c.ai_end_point aiEndPoint,
|
|
|
- c.ai_walkable_points aiWalkablePoints,
|
|
|
- c.ai_special_blocks aiSpecialBlocks,
|
|
|
c.ac_is_inspect acIsInspect, c.ac_label acLabel, c.ac_order acOrder, c.ac_status acStatus,
|
|
|
- ct.ct_type acTypeName, c.ai_route_list aiRouteList
|
|
|
+ ct.ct_type acTypeName
|
|
|
<include refid="selectAiCourseList"/>
|
|
|
</select>
|
|
|
</mapper>
|