|
@@ -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>
|
|
|
|