|
@@ -84,6 +84,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="businessId != null and businessId != ''">
|
|
|
AND oi.business_id = #{businessId}
|
|
|
</if>
|
|
|
+ <if test="inputOrderSn != null and inputOrderSn != ''">
|
|
|
+ AND oi.input_order_sn = #{inputOrderSn}
|
|
|
+ </if>
|
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
|
AND oi.education_type_id = #{educationTypeId}
|
|
|
</if>
|