|
|
@ -52,6 +52,7 @@ |
|
|
|
${dxhyTertiary}.t_dx_record_invoice t |
|
|
|
${dxhyTertiary}.t_dx_record_invoice t |
|
|
|
left JOIN ${dxhyDetail}.t_dx_record_invoice_detail b ON t.uuid = b.uuid |
|
|
|
left JOIN ${dxhyDetail}.t_dx_record_invoice_detail b ON t.uuid = b.uuid |
|
|
|
WHERE t.invoice_date between #{kpksrq} and #{kpjsrq} |
|
|
|
WHERE t.invoice_date between #{kpksrq} and #{kpjsrq} |
|
|
|
|
|
|
|
and t.company = #{company} |
|
|
|
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} |
|
|
|