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