|
|
@ -649,7 +649,7 @@
|
|
|
|
<if test="userDefined9 != null and userDefined9 != ''">and o.User_Defined9 = #{userDefined9}</if>
|
|
|
|
<if test="userDefined9 != null and userDefined9 != ''">and o.User_Defined9 = #{userDefined9}</if>
|
|
|
|
<if test="userDefined10 != null and userDefined10 != ''">and o.User_Defined10 = #{userDefined10}</if>
|
|
|
|
<if test="userDefined10 != null and userDefined10 != ''">and o.User_Defined10 = #{userDefined10}</if>
|
|
|
|
<if test="userDefined11 != null and userDefined11 != ''">and o.User_Defined11 = #{userDefined11}</if>
|
|
|
|
<if test="userDefined11 != null and userDefined11 != ''">and o.User_Defined11 = #{userDefined11}</if>
|
|
|
|
<if test="supplierCode != null and supplierCode != ''">and o.Supplier_Code = #{supplierCode}</if>
|
|
|
|
<if test="supplierCode != null and supplierCode != ''">and o.Supplier_Code like concat('%', #{supplierCode}, '%')</if>
|
|
|
|
<if test="supplierName != null and supplierName != ''">and o.Supplier_Name like concat('%', #{supplierName},
|
|
|
|
<if test="supplierName != null and supplierName != ''">and o.Supplier_Name like concat('%', #{supplierName},
|
|
|
|
'%')
|
|
|
|
'%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|