diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml index a58ddff9..4eda8632 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -1381,33 +1381,33 @@ and invoice_status = '0' and company = #{company} - and t.gf_tax_no in + and gf_tax_no in #{item} - and (t.comp_code in + and (comp_code in #{companyCode} - or t.comp_code is null or t.comp_code = '' + or comp_code is null or comp_code = '' ) - and t.comp_code = #{companyCode} + and comp_code = #{companyCode} - and (t.comp_code = '' or t.comp_code is null) + and (comp_code = '' or comp_code is null) - and t.inaccount_status = '1' + and inaccount_status = '1' - and t.qs_status = '1' + and qs_status = '1' ORDER BY tax_amount @@ -1438,33 +1438,33 @@ and invoice_status = '0' and company = #{company} - and t.gf_tax_no in + and gf_tax_no in #{item} - and (t.comp_code in + and (comp_code in #{companyCode} - or t.comp_code is null or t.comp_code = '' + or comp_code is null or comp_code = '' ) - and t.comp_code = #{companyCode} + and comp_code = #{companyCode} - and (t.comp_code = '' or t.comp_code is null) + and (comp_code = '' or comp_code is null) - and t.inaccount_status = '1' + and inaccount_status = '1' - and t.qs_status = '1' + and qs_status = '1' ORDER BY tax_amount