|
|
|
@ -5,8 +5,6 @@ |
|
|
|
|
|
|
|
|
|
<resultMap id="BaseResultMap" |
|
|
|
|
type="com.dxhy.customs.model.JkszhcxRespVO"> |
|
|
|
|
<result column="inaccountStatus" property="inaccountStatus"/> |
|
|
|
|
<result column="bzdh" property="bzdh"/> |
|
|
|
|
<result column="customs_code" property="customsCode"/> |
|
|
|
|
<result column="fill_in_date" property="fillInDate"/> |
|
|
|
|
<result column="gf_tax_no" property="gfTaxNo"/> |
|
|
|
@ -29,6 +27,14 @@ |
|
|
|
|
<result column="glzt" property="glzt"/> |
|
|
|
|
<result column="customs_scan_id" property="customsScanId"/> |
|
|
|
|
<result column="businessName" property="businessName"/> |
|
|
|
|
<result column="sn_voucher_number" property="snVoucherNumber"/> |
|
|
|
|
<result column="posting_time" property="postingTime"/> |
|
|
|
|
<result column="image_id" property="imageNumber"/> |
|
|
|
|
<result column="account_period" property="accountPeriod"/> |
|
|
|
|
<result column="bzdh" property="bzdh"/> |
|
|
|
|
<result column="bzr" property="bzr"/> |
|
|
|
|
<result column="inaccount_status" property="inAccountStatus"/> |
|
|
|
|
<result column="comp_code" property="compCode"/> |
|
|
|
|
</resultMap> |
|
|
|
|
<resultMap id="HjResultMap" type="java.util.Map"> |
|
|
|
|
<result column="hjsl" property="hjsl" javaType="Long"/> |
|
|
|
@ -42,7 +48,8 @@ |
|
|
|
|
fill_in_date,t.gf_tax_no,t.gf_name,t.tax_amount,t.yx_tax_amount,t.audit_status,t.apply_check,t.check_status,t.qs_status, |
|
|
|
|
DATE_FORMAT(t.qs_date,'%Y-%m-%d') qs_date,t.qs_type,t.qs_user,DATE_FORMAT(t.rzh_date,'%Y-%m-%d') |
|
|
|
|
rzh_date, t.rzh_yesorno,t.auth_status,t.bdk_status,t.confirm_user,t.rzh_belong_date,t.glzt, |
|
|
|
|
t.customs_scan_id,t.dept_name businessName,t.inaccount_status inaccountStatus ,t.bzdh bzdh |
|
|
|
|
t.customs_scan_id,t.dept_name businessName |
|
|
|
|
,t.sn_voucher_number,t.posting_time,t.image_id,t.account_period,t.bzdh,t.bzr,t.inaccount_status,t.comp_code |
|
|
|
|
from t_dx_customs_record t |
|
|
|
|
where export_mark = '0' and t.gf_tax_no in |
|
|
|
|
<foreach close=")" collection="gfsh" index="index" item="item" open="(" separator=","> |
|
|
|
|