|
|
@@ -205,6 +205,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="businessId != null and businessId != ''">
|
|
|
AND oh.business_id = #{businessId}
|
|
|
</if>
|
|
|
+ <if test="handleOrderSn != null and handleOrderSn != ''">
|
|
|
+ AND oi.order_sn = #{handleOrderSn}
|
|
|
+ </if>
|
|
|
<if test="invoiceStatus != null and invoiceStatus == 1">
|
|
|
AND oi.period_status = 1
|
|
|
</if>
|