|
|
|
@ -42,7 +42,7 @@ |
|
|
|
|
<result column="bdk_current_period" property="bdkCurrentPeriod"/> |
|
|
|
|
<result column="bdk_date" property="bdkDate"/> |
|
|
|
|
<result column="bzdh" property="bzdh"/> |
|
|
|
|
<result column="inaccount_status" property="inAccountStatus"/> |
|
|
|
|
<result column="inaccount_status" property="inaccountStatus"/> |
|
|
|
|
<result column="payment_date" property="paymentDate"/> |
|
|
|
|
<result column="payment_status" property="paymentStatus"/> |
|
|
|
|
<result column="voucher_number" property="voucherNumber"/> |
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
|
t.dept_id deptId,t.dept_name deptName, |
|
|
|
|
t.xf_tax_no,t.xf_name,t.tax_amount,t.dk_tax_amount,t.invoice_status,t.invoice_amount,date_format(t.rzh_date,'%Y-%m-%d') rzh_date, |
|
|
|
|
date_format(t.qs_date,'%Y-%m-%d') qs_date,t.rzh_type,t.id id, |
|
|
|
|
t.gx_user_name,t.rzh_belong_date |
|
|
|
|
t.gx_user_name,t.rzh_belong_date,t.inaccount_status,t.bzdh, |
|
|
|
|
dqskssq,t.auth_status,t.qs_type,t.qs_status,t.confirm_user,t.qs_name,t.rzh_yesorno,t.cxrz_status,t.out_status, |
|
|
|
|
t.bdk_status,t.bdk_current_period,date_format(t.bdk_date,'%Y-%m-%d') |
|
|
|
|
bdk_date,t.rzh_back_msg,t.in_account_status,t.payment_status,date_format(t.payment_date,'%Y-%m-%d')payment_date, |
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
|
and t.bzdh = #{bzdh} |
|
|
|
|
</if> |
|
|
|
|
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'"> |
|
|
|
|
and t.inaccount_status = #{inAccountStatus} |
|
|
|
|
and t.inaccount_status = #{inaccountStatus} |
|
|
|
|
</if> |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
|
and t.qs_status = #{qszt} |
|
|
|
@ -342,8 +342,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="qszt != null and qszt != '' and qszt != 'null' "> |
|
|
|
|
and t.qs_status = #{qszt} |
|
|
|
|