@@ -60,7 +60,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectTApproveReserveInvoiceById" parameterType="Long" resultMap="TApproveReserveInvoiceResult">
<include refid="selectTApproveReserveInvoiceVo"/>
- left join t_invoice_bookingworkticket s1 on d.invoice_id=s1.id
where id = #{id}
</select>