|
@@ -65,7 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectTApproveReserveInvoiceByinvoiceId" parameterType="String" resultMap="TApproveReserveInvoiceResult">
|
|
|
<include refid="selectTApproveReserveInvoiceVo"/>
|
|
|
- where d.invoice_id = #{invoiceId} and d.status!=3
|
|
|
+ where d.invoice_id = #{invoiceId} and d.status!=3 and d.status!=-1
|
|
|
</select>
|
|
|
|
|
|
<insert id="insertTApproveReserveInvoice" parameterType="TApproveReserveInvoice">
|