|
@@ -93,10 +93,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and f.zfi_amount <= #{paramMap.endAmt}
|
|
|
</if>
|
|
|
<if test="paramMap.zfiSupplierId != null and paramMap.zfiSupplierId != ''">
|
|
|
- and f.zfi_supplier_id = #{paramMap.companyId}
|
|
|
+ and f.zfi_supplier_id = #{paramMap.zfiSupplierId}
|
|
|
</if>
|
|
|
<if test="paramMap.zfiCoreId != null and paramMap.zfiCoreId != ''">
|
|
|
- and f.zfi_core_id = #{paramMap.companyId}
|
|
|
+ and f.zfi_core_id = #{paramMap.zfiCoreId}
|
|
|
</if>
|
|
|
<if test="paramMap.zfiNumber != null and paramMap.zfiNumber != ''">
|
|
|
and f.zfi_number like concat('%', #{paramMap.zfiNumber}, '%')
|
|
@@ -466,10 +466,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and f.zfi_amount <= #{paramMap.endAmt}
|
|
|
</if>
|
|
|
<if test="paramMap.zfiSupplierId != null and paramMap.zfiSupplierId != ''">
|
|
|
- and f.zfi_supplier_id = #{paramMap.companyId}
|
|
|
+ and f.zfi_supplier_id = #{paramMap.zfiSupplierId}
|
|
|
</if>
|
|
|
<if test="paramMap.zfiCoreId != null and paramMap.zfiCoreId != ''">
|
|
|
- and f.zfi_core_id = #{paramMap.companyId}
|
|
|
+ and f.zfi_core_id = #{paramMap.zfiCoreId}
|
|
|
</if>
|
|
|
<if test="paramMap.zfiNumber != null and paramMap.zfiNumber != ''">
|
|
|
and f.zfi_number like concat('%', #{paramMap.zfiNumber}, '%')
|