|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
type="com.dxhy.extend.model.ExtBbfpzhcxRespVO"> |
|
|
|
|
<result column="invoice_code" property="invoiceCode"/> |
|
|
|
|
<result column="bzdh" property="bzdh"/> |
|
|
|
|
<result column="inaccount_status" property="inaccountStatus"/> |
|
|
|
|
<result column="inaccount_status" property="inAccountStatus"/> |
|
|
|
|
<result column="invoice_no" property="invoiceNo"/> |
|
|
|
|
<result column="kprq" property="invoiceDate"/> |
|
|
|
|
<result column="invoice_type" property="invoiceType"/> |
|
|
|
@ -35,7 +35,7 @@ |
|
|
|
|
<result column="bdk_status" property="bdkStatus"/> |
|
|
|
|
<result column="export_mark" property="exportMark"/> |
|
|
|
|
<result column="scan_id" property="scanId"/> |
|
|
|
|
<result column="in_account_status" property="inAccountStatus"/> |
|
|
|
|
<!-- <result column="in_account_status" property="inAccountStatus"/>--> |
|
|
|
|
<result column="settle_source" property="settleSource"/> |
|
|
|
|
<result column="settlement_no" property="settlementNo"/> |
|
|
|
|
<result column="settlement_status" property="settlementStatus"/> |
|
|
|
@ -76,8 +76,8 @@ |
|
|
|
|
<if test="bzdh != null and bzdh != '' and bzdh != 'null'"> |
|
|
|
|
and t.bzdh = #{bzdh} |
|
|
|
|
</if> |
|
|
|
|
<if test="inaccountStatus != null and inaccountStatus != '' and inaccountStatus != 'null'"> |
|
|
|
|
and t.inaccount_status = #{inaccountStatus} |
|
|
|
|
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'"> |
|
|
|
|
and t.inaccount_status = #{inAccountStatus} |
|
|
|
|
</if> |
|
|
|
|
<if |
|
|
|
|
test="invoiceStatus != null and invoiceStatus != '' and invoiceStatus != 'null' and invoiceStatus != '99'"> |
|
|
|
@ -335,8 +335,8 @@ |
|
|
|
|
<if test="bzdh != null and bzdh != '' and bzdh != 'null'"> |
|
|
|
|
and t.bzdh = #{bzdh} |
|
|
|
|
</if> |
|
|
|
|
<if test="inaccountStatus != null and inaccountStatus != '' and inaccountStatus != 'null'"> |
|
|
|
|
and t.in_account_status = #{inaccountStatus} |
|
|
|
|
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'"> |
|
|
|
|
and t.in_account_status = #{inAccountStatus} |
|
|
|
|
</if> |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
|
and t.qs_status = #{qszt} |
|
|
|
|