zangbin hai 1 ano
pai
achega
e9a1f42df0

+ 1 - 1
tour-module/src/main/resources/mapper/module/OrderMapper.xml

@@ -22,7 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </resultMap>
 
     <select id="getOrderDetail" resultType="com.tour.module.vo.OrderDetailVo">
-        SELECT l.title,o.create_time,o.*
+        SELECT l.title,l.sub_title,o.create_time,o.*
         from tour_order o join tour_line l on o.line_id = l.id where o.order_id=#{orderId}
     </select>