|
|
|
@ -1468,6 +1468,14 @@ |
|
|
|
|
<result column="qs_type" jdbcType="VARCHAR" property="signInType"/> |
|
|
|
|
<result column="qs_name" jdbcType="VARCHAR" property="signInPeople"/> |
|
|
|
|
<result column="business_name" jdbcType="VARCHAR" property="businessName"/> |
|
|
|
|
<result column="sn_voucher_number" jdbcType="VARCHAR" property="snVoucherNumber"/> |
|
|
|
|
<result column="posting_time" jdbcType="VARCHAR" property="postingTime"/> |
|
|
|
|
<result column="image_id" jdbcType="VARCHAR" property="imageNumber"/> |
|
|
|
|
<result column="account_period" jdbcType="VARCHAR" property="accountPeriod"/> |
|
|
|
|
<result column="bzdh" jdbcType="VARCHAR" property="bzdh"/> |
|
|
|
|
<result column="bzr" jdbcType="VARCHAR" property="bzr"/> |
|
|
|
|
<result column="inaccount_status" jdbcType="VARCHAR" property="inAccountStatus"/> |
|
|
|
|
<result column="comp_code" jdbcType="VARCHAR" property="compCode"/> |
|
|
|
|
</resultMap> |
|
|
|
|
<resultMap id="authenticationCheckListMap" |
|
|
|
|
type="com.dxhy.domestic.model.vo.AuthenticationCheckListVO"> |
|
|
|
@ -1624,6 +1632,7 @@ |
|
|
|
|
resultMap="authenticationListMap"> |
|
|
|
|
select |
|
|
|
|
<include refid="Authentication_Column_List"/> |
|
|
|
|
,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_record_invoice t |
|
|
|
|
left join ${dxhyAdmin}.sys_business b on t.dept_id = b.business_code |
|
|
|
|
WHERE date_format(t.invoice_date,'%Y-%m-%d') between #{invoiceStartTime} and #{invoiceEndTime} |
|
|
|
|