|
|
|
@ -356,10 +356,10 @@ |
|
|
|
|
<if test="cjksyf != null and cjksyf!= '' and cjjsyf != null and cjjsyf != ''"> |
|
|
|
|
AND create_date between #{cjksyf} and #{cjjsyf} |
|
|
|
|
</if> |
|
|
|
|
AND gf_tax_no in |
|
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
<!-- AND gf_tax_no in--> |
|
|
|
|
<!-- <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">--> |
|
|
|
|
<!-- #{item}--> |
|
|
|
|
<!-- </foreach>--> |
|
|
|
|
<if test="kpksrq != null and kpksrq!= '' and kpjsrq != null and kpjsrq != ''"> |
|
|
|
|
AND invoice_date between #{kpksrq} and #{kpjsrq} |
|
|
|
|
</if> |
|
|
|
|