|
|
@ -1030,7 +1030,7 @@ |
|
|
|
t.remark, |
|
|
|
t.remark, |
|
|
|
t.scan_id AS scanId, |
|
|
|
t.scan_id AS scanId, |
|
|
|
t.data_sources as dataSources, |
|
|
|
t.data_sources as dataSources, |
|
|
|
t.dept_name as deptName |
|
|
|
t.dept_name as deptName, |
|
|
|
r.sn_voucher_number as snVoucherNumber, |
|
|
|
r.sn_voucher_number as snVoucherNumber, |
|
|
|
r.posting_time as postingTime, |
|
|
|
r.posting_time as postingTime, |
|
|
|
r.image_id as imageId, |
|
|
|
r.image_id as imageId, |
|
|
@ -1114,14 +1114,14 @@ |
|
|
|
t.remark, |
|
|
|
t.remark, |
|
|
|
t.scan_id AS scanId, |
|
|
|
t.scan_id AS scanId, |
|
|
|
t.data_sources as dataSources, |
|
|
|
t.data_sources as dataSources, |
|
|
|
t.dept_name as deptName |
|
|
|
t.dept_name as deptName, |
|
|
|
r.sn_voucher_number as snVoucherNumber, |
|
|
|
r.sn_voucher_number as snVoucherNumber, |
|
|
|
r.posting_time as postingTime, |
|
|
|
r.posting_time as postingTime, |
|
|
|
r.image_id as imageId, |
|
|
|
r.image_id as imageId, |
|
|
|
r.account_period as account_period, |
|
|
|
r.account_period as account_period, |
|
|
|
r.bzdh, |
|
|
|
r.bzdh, |
|
|
|
r.bzr, |
|
|
|
r.bzr, |
|
|
|
r.inaccount_status as inaccountStatus, |
|
|
|
r.inaccount_status as inAccountStatus, |
|
|
|
r.comp_code as compCode |
|
|
|
r.comp_code as compCode |
|
|
|
FROM |
|
|
|
FROM |
|
|
|
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 |
|
|
|