|
@@ -34,6 +34,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="paramMap.ziiCompanyId != null and paramMap.ziiCompanyId != ''">
|
|
|
and i.zii_company_id = #{paramMap.ziiCompanyId}
|
|
|
</if>
|
|
|
+ <if test="paramMap.ziiType != null and paramMap.ziiType != ''">
|
|
|
+ and i.zii_type = #{paramMap.ziiType}
|
|
|
+ </if>
|
|
|
|
|
|
<if test="paramMap.ziiPurchaserNo != null and paramMap.ziiPurchaserNo != ''">
|
|
|
and i.zii_purchaser_no like concat('%', #{paramMap.ziiPurchaserNo}, '%')
|