|
|
@ -1127,10 +1127,10 @@ |
|
|
|
t_dx_customs t inner join t_dx_customs_record r on t.customs_code = r.customs_code |
|
|
|
t_dx_customs t inner join t_dx_customs_record r on t.customs_code = r.customs_code |
|
|
|
where t.user_account = #{queryParams.userAccount} |
|
|
|
where t.user_account = #{queryParams.userAccount} |
|
|
|
<if test="queryParams.gfsh!=null"> |
|
|
|
<if test="queryParams.gfsh!=null"> |
|
|
|
and t.gf_tax_no =#{queryParams.gfsh} |
|
|
|
and r.gf_tax_no =#{queryParams.gfsh} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="queryParams.companyCode!=null"> |
|
|
|
<if test="queryParams.companyCode!=null"> |
|
|
|
and t.comp_code =#{queryParams.companyCode} |
|
|
|
and (r.comp_code =#{queryParams.companyCode} or r.comp_code is null or r.comp_code = '') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test="queryParams.qsDateBegin!=null and queryParams.qsDateBegin!=''"> |
|
|
|
<if test="queryParams.qsDateBegin!=null and queryParams.qsDateBegin!=''"> |
|
|
|