|
@@ -62,6 +62,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="paramMap.zfrStatus != null and paramMap.zfrStatus != ''">
|
|
|
and r.zfr_status = #{paramMap.zfrStatus}
|
|
|
</if>
|
|
|
+ <if test="paramMap.zfrStatus =='00'">
|
|
|
+ or r.zfr_status = "04"
|
|
|
+ </if>
|
|
|
<if test="paramMap.zfiSupplierId != null and paramMap.zfiSupplierId != ''">
|
|
|
and i.zfi_supplier_id = #{paramMap.companyId}
|
|
|
</if>
|