|
|
|
@ -66,6 +66,7 @@ |
|
|
|
|
t.settlement_status,t.voucher_number,t.total_amount |
|
|
|
|
from t_dx_record_invoice t |
|
|
|
|
WHERE t.invoice_date between #{kpksrq} and #{kpjsrq} |
|
|
|
|
and t.company = #{company} |
|
|
|
|
and t.gf_tax_no in |
|
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|