diff --git a/dxhy-core/src/main/resources/mapper/TDxCustomsRecordMapper.xml b/dxhy-core/src/main/resources/mapper/TDxCustomsRecordMapper.xml index 9e5632c2..a65566df 100644 --- a/dxhy-core/src/main/resources/mapper/TDxCustomsRecordMapper.xml +++ b/dxhy-core/src/main/resources/mapper/TDxCustomsRecordMapper.xml @@ -1037,11 +1037,11 @@ FROM t_dx_customs t inner join t_dx_customs_record r on t.customs_code = r.customs_code where t.user_account = #{queryParams.userAccount} - + and t.gf_tax_no =#{queryParams.gfsh} - - and t.comp_code =#{companyCode} + + and t.comp_code =#{queryParams.companyCode} @@ -1121,11 +1121,11 @@ FROM t_dx_customs t inner join t_dx_customs_record r on t.customs_code = r.customs_code where t.user_account = #{queryParams.userAccount} - - and t.gf_tax_no =#{gfsh} + + and t.gf_tax_no =#{queryParams.gfsh} - - and t.comp_code =#{companyCode} + + and t.comp_code =#{queryParams.companyCode} @@ -1218,12 +1218,12 @@ auth_status != '0' and (rzlx = '2' or rzlx = '3') - - and gf_tax_no = #{gfsh} + + and gf_tax_no = #{queryParams.gfsh} - - and comp_code = #{companyCode} + + and comp_code = #{queryParams.companyCode} and customs_code = #{queryParams.customsCode}