|
|
|
@ -69,10 +69,14 @@ |
|
|
|
|
like |
|
|
|
|
CONCAT('%',#{keyWord},'%') |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="sign !='88'"> |
|
|
|
|
and t.gf_tax_no in |
|
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' "> |
|
|
|
|
and t.invoice_type = #{invoiceType} |
|
|
|
|
</if> |
|
|
|
@ -218,10 +222,13 @@ |
|
|
|
|
like |
|
|
|
|
CONCAT('%',#{keyWord},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="sign !='88'"> |
|
|
|
|
and t.gf_tax_no in |
|
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' "> |
|
|
|
|
and t.invoice_type = #{invoiceType} |
|
|
|
|
</if> |
|
|
|
@ -506,10 +513,13 @@ |
|
|
|
|
like |
|
|
|
|
CONCAT('%',#{keyWord},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="sign !='88'"> |
|
|
|
|
and t.xf_tax_no in |
|
|
|
|
<foreach collection="taxno" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if |
|
|
|
|
test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' "> |
|
|
|
|
and t.invoice_type = #{invoiceType} |
|
|
|
@ -617,10 +627,13 @@ |
|
|
|
|
like |
|
|
|
|
CONCAT('%',#{keyWord},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="sign !='88'"> |
|
|
|
|
and t.xf_tax_no in |
|
|
|
|
<foreach collection="taxno" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if |
|
|
|
|
test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' "> |
|
|
|
|
and t.invoice_type = #{invoiceType} |
|
|
|
|