|
|
|
@ -1024,9 +1024,17 @@ |
|
|
|
|
t.remark, |
|
|
|
|
t.scan_id AS scanId, |
|
|
|
|
t.data_sources as dataSources, |
|
|
|
|
t.dept_name as deptName |
|
|
|
|
t.dept_name as deptName, |
|
|
|
|
r.sn_voucher_number as snVoucherNumber, |
|
|
|
|
r.posting_time as postingTime, |
|
|
|
|
r.image_id as imageNumber, |
|
|
|
|
r.account_period as accountPeriod, |
|
|
|
|
r.bzdh as bzdh, |
|
|
|
|
r.bzr as bzr, |
|
|
|
|
r.inaccount_status as inAccountStatus, |
|
|
|
|
r.comp_code as compCode |
|
|
|
|
FROM |
|
|
|
|
t_dx_customs t |
|
|
|
|
t_dx_customs t left join t_dx_customs_record r on t.customs_code = r.customs_code |
|
|
|
|
where t.user_account = #{queryParams.userAccount} |
|
|
|
|
<if test="queryParams.gfTaxNoList!=null and queryParams.gfTaxNoList.size>0"> |
|
|
|
|
and t.gf_tax_no in |
|
|
|
|