diff --git a/dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml b/dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml index 2dbef056..731270d7 100644 --- a/dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml +++ b/dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml @@ -421,10 +421,10 @@ - and p.gf_tax_no = #{gfsh} + and p.gf_tax_no = #{queryParams.gfsh} - and (p.comp_code = #{companyCode} or p.comp_code = '' or p.comp_code is null) + and (p.comp_code = #{queryParams.companyCode} or p.comp_code = '' or p.comp_code is null) and p.customs_code = #{queryParams.customsCode} diff --git a/dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml b/dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml index 531bc218..1a5ec71f 100644 --- a/dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml +++ b/dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml @@ -426,10 +426,10 @@ - and p.gf_tax_no = #{gfsh} + and p.gf_tax_no = #{queryParams.gfsh} - and (p.comp_code = #{companyCode} or p.comp_code = '' or p.comp_code is null) + and (p.comp_code = #{queryParams.companyCode} or p.comp_code = '' or p.comp_code is null) and p.rzh_yesorno = #{queryParams.rzhYesorno}